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