mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-10 16:29:34 +00:00
14 lines
206 B
C
14 lines
206 B
C
/*
|
|
* $Id: arpa.c,v 1.1 1997/02/28 05:12:55 gdr Exp $
|
|
*/
|
|
|
|
#include "test.h"
|
|
|
|
#include <arpa/ftp.h>
|
|
#include <arpa/inet.h>
|
|
#include <arpa/nameser.h>
|
|
#include <arpa/telnet.h>
|
|
#include <arpa/tftp.h>
|
|
|
|
int i;
|