repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
libevent
/
dist
/
test
/
tinytest_local.h
blob
22b4e9876a548f2aeb2daabdfdd2aba39aea50e6
1
/* $NetBSD: tinytest_local.h,v 1.1.1.1 2013/04/11 16:43:32 christos Exp $ */
2
3
#ifdef WIN32
4
#include <winsock2.h>
5
#endif
6
7
#include
"event2/util.h"
8
#include
"util-internal.h"
9
10
#ifdef snprintf
11
#undef snprintf
12
#endif
13
#define snprintf evutil_snprintf