]> www.wagner.pp.ru Git - oss/catdoc.git/blob - compat/unistd.h
Recreated CVS repository from working copy
[oss/catdoc.git] / compat / unistd.h
1 #ifndef UNISTD_H
2 #define UNISTD_H
3 #include <dos.h>
4 #include <io.h>
5 extern int optind;
6 extern char *optarg;
7 extern int opterr;
8 int     getopt(int argc, char *argv[], char *optionS);
9 #endif