git: 9front

ref: 834a4a1040b80e89b2a2b06fe5de199635824f0c
dir: /sys/src/cmd/rc/getflags.h/

View raw version
#define	NFLAG	128

extern char **flag[NFLAG];
extern char *cmdname;
extern char *flagset[];

int getflags(int, char*[], char*, int);