P99

◆ getsockopt

#define getsockopt (   ...)    P99_IF_GE(P99_NARG(__VA_ARGS__),5)(getsockopt(__VA_ARGS__))(p00_getsockopt(__VA_ARGS__))

Default arguments for POSIX function getsockopt.

This macro hides the function

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

Definition at line 129 of file p99_posix_default.h.

getsockopt
#define getsockopt(...)
Default arguments for POSIX function getsockopt.
Definition: p99_posix_default.h:129