shithub: drawcpu

ref: 4f64a0294ee182f54c5ec341ab13163f43038af0
dir: /librc/getflags.h/

View raw version
#define	NFLAG	128

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

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