evutil_snprintf

Replacement for snprintf to get consistent behavior on platforms for which the return value of snprintf does not conform to C99.

extern (C) nothrow
int
evutil_snprintf
(
char* buf
,
size_t buflen
,
const(char)* format
,)

Meta