Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Blame src/api/netinet_tcp.c
Branch:
54c15bc45a8721b8482552586a50b2548271a3b4
main
master
54c15bc45a8721b8482552586a50b2548271a3b4
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
}