Plan 9's rc.

not a clear win over byron's,
but at least it has the right syntax.
This commit is contained in:
rsc 2003-11-23 18:04:08 +00:00
parent 5993a8f275
commit f08fdedcee
24 changed files with 4688 additions and 0 deletions

7
src/cmd/rc/getflags.h Normal file
View 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);