File: unistd.h

package info (click to toggle)
catdoc 1%3A0.95-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,456 kB
  • sloc: ansic: 3,920; sh: 327; tcl: 262; makefile: 188
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#ifndef UNISTD_H
#define UNISTD_H
#include <dos.h>
#include <io.h>
extern int optind;
extern char *optarg;
extern int opterr;
int	getopt(int argc, char *argv[], char *optionS);
#endif