File: getopt.h

package info (click to toggle)
cproto 4.7x-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,108 kB
  • sloc: ansic: 4,508; sh: 4,279; lex: 1,032; yacc: 924; makefile: 282
file content (10 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
/* $Id: getopt.h,v 4.3 2013/10/25 22:08:17 tom Exp $ */

#ifndef OLD_GETOPT_H
#define OLD_GETOPT_H 1

extern char *optarg;
extern int optind, opterr;
extern int getopt (int argc, char **argv, const char *options);

#endif /* OLD_GETOPT_H */