File: sgetopt.h

package info (click to toggle)
dot-forward 1%3A0.71-2.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 488 kB
  • ctags: 344
  • sloc: ansic: 2,840; makefile: 367; sh: 131
file content (21 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (35)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef SGETOPT_H
#define SGETOPT_H

#ifndef SGETOPTNOSHORT
#define getopt sgetoptmine
#define optarg subgetoptarg
#define optind subgetoptind
#define optpos subgetoptpos
#define opterr sgetopterr
#define optproblem subgetoptproblem
#define optprogname sgetoptprogname
#define opteof subgetoptdone
#endif

#include "subgetopt.h"

extern int sgetoptmine();
extern int sgetopterr;
extern char *sgetoptprogname;

#endif