api: add monetary.c .. regex.c
[libc-test] / src / api / netinet_tcp.c
diff --git a/src/api/netinet_tcp.c b/src/api/netinet_tcp.c
new file mode 100644 (file)
index 0000000..626ec7c
--- /dev/null
@@ -0,0 +1,6 @@
+#include <netinet/tcp.h>
+#define C(n) switch(n){case n:;}
+static void f()
+{
+C(TCP_NODELAY)
+}