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