repo.or.cz
/
libc-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fgetwc may clobber errno when the result is not WEOF
[libc-test.git]
/
src
/
api
/
netinet_tcp.c
blob
626ec7c145b40688ef08641d3a11854669c15a86
1
#include <netinet/tcp.h>
2
#define C(n) switch(n){case n:;}
3
static void
f
()
4
{
5
C
(
TCP_NODELAY
)
6
}