P99

◆ accept

#define accept (   ...)    P99_CALL_DEFARG(accept, 3, __VA_ARGS__)

Default arguments for POSIX function accept.

This macro hides the function

int accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen)
See also
P99_CALL_DEFARG
Parameters
sockfdmust be provided
addrdefaults to 0
addrlendefaults to the address of a temporary of type socklen_t

Definition at line 89 of file p99_posix_default.h.

accept
#define accept(...)
Default arguments for POSIX function accept.
Definition: p99_posix_default.h:89