P99

◆ socket

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

Default arguments for POSIX function socket.

This macro hides the function

int socket(int domain, int type, int protocol)
See also
P99_CALL_DEFARG
Parameters
domainis required
typedefaults to SOCK_STREAM
protocoldefaults to 0

Definition at line 99 of file p99_posix_default.h.

socket
#define socket(...)
Default arguments for POSIX function socket.
Definition: p99_posix_default.h:99