Changes in uspace/lib/c/include/getopt.h [ba29018:582a0b8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/getopt.h
rba29018 r582a0b8 57 57 58 58 /* HelenOS Port - These need to be exposed for legacy getopt() */ 59 extern c har *optarg;59 extern const char *optarg; 60 60 extern int optind, opterr, optopt; 61 61 extern int optreset;
Note:
See TracChangeset
for help on using the changeset viewer.