xref
: /
third_party
/
musl
/
libc-test
/
src
/
api
/
netinet_tcp.c
(revision 570af302)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/libc-test/src/api/
1
#
include
<
netinet
/
tcp.h
>
2
#
define
C(n)
switch
(n){
case
n:;}
3
static
void
f()
4
{
5
C(
TCP_NODELAY
)
6
}
7