File: tinytest_local.h

package info (click to toggle)
lldpd 1.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,648 kB
  • sloc: ansic: 90,496; sh: 5,081; python: 1,397; makefile: 659; awk: 19
file content (12 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (42)
1
2
3
4
5
6
7
8
9
10
11
12

#include "util-internal.h"
#ifdef _WIN32
#include <winsock2.h>
#endif

#include "event2/util.h"

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