4 /* (Very slightly) adapted from klibc */
15 required_argument
= 1,
16 optional_argument
= 2,
20 extern int optind
, opterr
, optopt
;
22 extern int getopt_long(int, char *const *, const char *,
23 const struct option
*, int *);
25 #endif /* _GETOPT_H */