Linux Howtos: manpages: socket(2)
NAME socket - create an endpoint for communication SYNOPSIS #include /* See NOTES */ #include int socket(int domain, int type, int protocol); DESCRIPTION socket() creates an endpoint for communication and returns a ......