- Timestamp:
 - Jan 3, 2006, 6:40:54 PM (20 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          branches/preferences/src/lib/argp/argp.h (modified) (1 diff)
 
 
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.
      


            






