evutil_inet_ntop

Replacement for inet_ntop for platforms which lack it.

extern (C) nothrow
const(char)*
evutil_inet_ntop
(
int af
,
const(void)* src
,
char* dst
,
size_t len
)

Meta