#include "gtypes.h"
Go to the source code of this file.
Compounds | |
struct | ArgDesc |
Enumerations | |
enum | ArgKind { argFlag, argInt, argFP, argString, argFlagDummy, argIntDummy, argFPDummy, argStringDummy } |
Functions | |
GBool | parseArgs (ArgDesc *args, int *argc, char *argv[]) |
void | printUsage (char *program, char *otherArgs, ArgDesc *args) |
GBool | isInt (char *s) |
GBool | isFP (char *s) |
|
|
|
|
|
|
|
|
|
|