Plan 9's rc.
not a clear win over byron's, but at least it has the right syntax.
This commit is contained in:
parent
5993a8f275
commit
f08fdedcee
24 changed files with 4688 additions and 0 deletions
7
src/cmd/rc/getflags.h
Normal file
7
src/cmd/rc/getflags.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#define NFLAG 128
|
||||
#define NCMDLINE 512
|
||||
extern char **flag[NFLAG];
|
||||
extern char cmdline[NCMDLINE+1];
|
||||
extern char *cmdname;
|
||||
extern char *flagset[];
|
||||
int getflags(int, char*[], char*, int);
|
||||
Loading…
Add table
Add a link
Reference in a new issue