P99

◆ inet_ntop

#define inet_ntop (   ...)    P99_CALL_DEFARG(inet_ntop, 4, __VA_ARGS__)

Default arguments for POSIX function inet_ntop.

This macro hides the function

char const* inet_ntop(int af, const void *src, char *dst, socklen_t size)
See also
P99_CALL_DEFARG
Parameters
afis required
srcis required
dstdefaults to the address of a temporary that is then returned
sizedefaults to INET6_ADDRSTRLEN

Definition at line 110 of file p99_posix_default.h.

inet_ntop
#define inet_ntop(...)
Default arguments for POSIX function inet_ntop.
Definition: p99_posix_default.h:110