bundletype
GetOpt_T


bundletype GetOpt_T = { include "${OSKITDIR}/oskit/c/unistd.h"
getopt
optarg
opterr
optind
optopt
optreset }

C types:

extern char *optarg;
extern int optind;
extern int optopt;
extern int opterr;
extern int optreset;
int getopt(int argc,char *const argv[],const char *optstring);

Extended by:

Exported by:
getopt

Imported by:


Rendered using Haskell HTML Combinators