Changeset 6400 in orxonox.OLD for branches/preferences/src/lib/argp/argp.h
- Timestamp:
- Jan 3, 2006, 6:40:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/preferences/src/lib/argp/argp.h
r6399 r6400 401 401 returned. This function may also call exit unless the ARGP_NO_HELP flag 402 402 is set. INPUT is a pointer to a value to be passed in to the parser. */ 403 e xtern error_t argp_parse (__const struct argp * __argp,403 error_t argp_parse (__const struct argp * __argp, 404 404 int __argc, char ** __argv, 405 405 unsigned __flags, int * __arg_index, 406 406 void * __input) ; 407 e xtern error_t __argp_parse (__const struct argp * __argp,407 error_t __argp_parse (__const struct argp * __argp, 408 408 int __argc, char ** __argv, 409 409 unsigned __flags, int * __arg_index,
Note: See TracChangeset
for help on using the changeset viewer.