mpw-tools/include/unistd.h
2016-07-25 16:57:33 -04:00

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