Changeset 6399 in orxonox.OLD for branches/preferences/src/lib
- Timestamp:
- Jan 3, 2006, 6:38:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/preferences/src/lib/argp/argp.h
r6393 r6399 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 extern error_t argp_parse (__const struct argp * __restrict__argp,404 int __argc, char ** __restrict__argv,405 unsigned __flags, int * __restrict__arg_index,406 void * __restrict__input) ;407 extern error_t __argp_parse (__const struct argp * __restrict__argp,408 int __argc, char ** __restrict__argv,409 unsigned __flags, int * __restrict__arg_index,410 void * __restrict__input) ;403 extern error_t argp_parse (__const struct argp * __argp, 404 int __argc, char ** __argv, 405 unsigned __flags, int * __arg_index, 406 void * __input) ; 407 extern error_t __argp_parse (__const struct argp * __argp, 408 int __argc, char ** __argv, 409 unsigned __flags, int * __arg_index, 410 void * __input) ; 411 411 412 412 /* Global variables. */
Note: See TracChangeset
for help on using the changeset viewer.