libevent-sys 0.4.0

Rust FFI bindings to the libevent library
Documentation
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