P99

◆ setsockopt

#define setsockopt (   ...)    P99_IF_GE(P99_NARG(__VA_ARGS__),5)(setsockopt(__VA_ARGS__))(p00_setsockopt(__VA_ARGS__))

Default arguments for POSIX function setsockopt.

This macro hides the function

int setsockopt(int sockfd, int level, int optname, void* optval, socklen_t optlen)
See also
P99_CALL_DEFARG optlen is optional and defaults to the length of the argument optval

Definition at line 138 of file p99_posix_default.h.

setsockopt
#define setsockopt(...)
Default arguments for POSIX function setsockopt.
Definition: p99_posix_default.h:138