File: tinytest_local.h

package info (click to toggle)
libevent 2.0.21-stable-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 4,172 kB
  • sloc: ansic: 44,110; sh: 11,510; python: 1,322; makefile: 263
file content (12 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
10
11
12

#ifdef WIN32
#include <winsock2.h>
#endif

#include "event2/util.h"
#include "util-internal.h"

#ifdef snprintf
#undef snprintf
#endif
#define snprintf evutil_snprintf