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