#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "idarg.h"
#include "iderr.h"
#include "idprint.h"
#include "idio.h"
Go to the source code of this file.
Defines | |
#define | ARG_LONG_MAX 1000 /* JPR, au lieu de 100 */ |
#define | ARG_LABEL_LOGFILE "LOG" |
#define | ARG_LABEL_PARAMOUT "paramout" |
Functions | |
char * | IdArgInit (int argc, argv) |
int | IdArgDefined (char *SearchParam) |
char * | IdArgValue (char *Param) |
char * | IdArgUnused () |
int | IdArgPrintUnusedLabels () |
int | IdArgUsage (char **usage_text) |
int | _IdArgFree () |
int | IdArgSave (char *param) |
|
|
|
|
|
Definition at line 51 of file arg.c. Referenced by IdArgInit(). |
|
Definition at line 577 of file arg.c. Referenced by IdExit(). |
|
Definition at line 365 of file arg.c. Referenced by IdArgUnused(), and IdArgValue(). |
|
Definition at line 278 of file arg.c. References ARG_LONG_MAX, ARGMAXCOUNT, and IdErrPrintf(). |
|
Definition at line 510 of file arg.c. References IdArgUnused(), IdArgValue(), and IdPrintf(). |
|
|
|
Definition at line 480 of file arg.c. References IdArgDefined(). Referenced by IdArgPrintUnusedLabels(). |
|
Definition at line 567 of file arg.c. References IdExit(), and IdPrintf(). |
|
Definition at line 436 of file arg.c. References FALSE, and IdArgDefined(). Referenced by IdArgPrintUnusedLabels(). |