File: getopt.h

package info (click to toggle)
diffstat 1.67-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,508 kB
  • sloc: sh: 3,980; ansic: 3,137; makefile: 176
file content (10 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (16)
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 */