123456789101112131415161718192021222324252627282930313233343536 |
- int bcmp(const char *, const char *, u_int);
- void bcopy(const void *, void *, u_int);
- void bzero(void *, u_int);
- void endservent(void);
- int getopt(int, char * const *, const char *);
- #ifdef __STDC__
- struct timeval;
- struct timezone;
- #endif
- int gettimeofday(struct timeval *, struct timezone *);
- int ioctl(int, int, caddr_t);
- int pfopen(char *, int);
- int setlinebuf(FILE *);
- int socket(int, int, int);
|