mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
15 lines
233 B
C
15 lines
233 B
C
/*
|
|
* $Id: netinet.c,v 1.1 1997/02/28 05:12:55 gdr Exp $
|
|
*/
|
|
|
|
#include "test.h"
|
|
#include <sys/types.h>
|
|
|
|
/* test begins */
|
|
#include <netinet/in.h>
|
|
#include <netinet/in_systm.h>
|
|
#include <netinet/ip.h>
|
|
#include <netinet/tcp.h>
|
|
|
|
int i;
|