Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Blame src/api/netinet_tcp.c
Branch:
54877ffbe9d9a558db7052794effc42c046c6333
main
master
54877ffbe9d9a558db7052794effc42c046c6333
src
api
netinet_tcp.c
Blob
History
Raw
nsz
d7c151
#include <netinet/tcp.h>
nsz
d7c151
#define C(n) switch(n){case n:;}
nsz
d7c151
static void f()
nsz
d7c151
{
nsz
d7c151
C(TCP_NODELAY)
nsz
d7c151
}