Changes in uspace/lib/libc/generic/getopt.c [19f857a:db24058] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/getopt.c
r19f857a rdb24058 38 38 #include <getopt.h> 39 39 #include <stdlib.h> 40 #include <str .h>40 #include <string.h> 41 41 42 42 /* HelenOS Port : We're incorporating only the modern getopt_long with wrappers
Note:
See TracChangeset
for help on using the changeset viewer.