File: getopt.h

package info (click to toggle)
keynote 2.3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,372 kB
  • ctags: 329
  • sloc: sh: 6,540; ansic: 4,739; lex: 1,064; yacc: 783; makefile: 70
file content (4 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (3)
1
2
3
4
extern int   opterr;   /* flag:error message on unrecognzed options */
extern int   optind;   /* last touched cmdline argument */
extern char  *optarg;  /* argument to optopt */
int getopt(int argc, char **argv, char *opts);