Changes in uspace/lib/c/generic/getopt.c [1b20da0:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/getopt.c
r1b20da0 ra35b458 99 99 { 100 100 int c; 101 101 102 102 c = a % b; 103 103 while (c != 0) { … … 106 106 c = a % b; 107 107 } 108 108 109 109 return b; 110 110 } … … 366 366 } else 367 367 current_argv_len = str_size(current_argv); 368 368 369 369 for (i = 0; long_options[i].name; i++) { 370 370 /* find matching long option */
Note:
See TracChangeset
for help on using the changeset viewer.