add
This commit is contained in:
parent
0f0778722d
commit
92fd3a6469
1 changed files with 10 additions and 0 deletions
10
src/cmd/getflags/getflags.h
Normal file
10
src/cmd/getflags/getflags.h
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#define NFLAG 128
|
||||||
|
#define NCMDLINE 512
|
||||||
|
#define NGETFLAGSARGV 256
|
||||||
|
extern char **flag[NFLAG];
|
||||||
|
extern char cmdline[NCMDLINE+1];
|
||||||
|
extern char *cmdname;
|
||||||
|
extern char *flagset[];
|
||||||
|
extern char *getflagsargv[NGETFLAGSARGV+2];
|
||||||
|
int getflags(int, char *[], char *);
|
||||||
|
void usage(char *);
|
||||||
Loading…
Add table
Add a link
Reference in a new issue