File: getopt.h

package info (click to toggle)
diffstat 1.45-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 664 kB
  • ctags: 157
  • sloc: sh: 2,920; ansic: 1,482; makefile: 129
file content (4 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
extern char *optarg;
extern int optind, opterr;

int getopt (int argc, char **argv, const char *options);