/* * @(#) $Id: system.h,v 4.7 1998/05/05 23:48:04 lindell Exp $ */ char *inet_ntoa(); char *strncpy(); int accept(); int atoi(); int bind(); #ifndef BZERO_IS_A_MACRO void bzero(); #endif int connect(); int fclose(); int printf(); int fprintf(); int fscanf(); int getdtablesize(); int getopt(); int gettimeofday(); u_long inet_netof(); int ioctl(); int listen(); void perror(); int recvfrom(); int rename(); int select(); int sendto(); int setsockopt(); int socket(); int getsockname(); int sscanf(); int strncmp(); int unlink(); time_t time(); int fflush(); int gethostname(); char *memset(); void setbuf(); int on_exit(); int getrlimit();