mpw-tools/include/unistd.h

10 lines
152 B
C

#ifndef _UNISTD_H_
#define _UNISTD_H_
int getopt(int, char * const [], const char *);
extern char *optarg;
extern int optind, opterr, optopt;
#endif