#include #include #include int socket(int domain, int type, int protocol) { return syscall(SYS_SOCKET, domain, type, protocol); }