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