|
| spBool | spEqType (spOptionType type1, spOptionType type2) |
| |
| void | spSetSection (spOptions options, int section) |
| |
| void | spSetSetup (const char *filename) |
| |
| spBool | spWriteGlobalSetup (void) |
| |
| spBool | spAddExitCallback (spExitCallbackFunc callback, void *data) |
| |
| spBool | spRemoveExitCallback (spExitCallbackFunc callback, void *data) |
| |
| void | spExit (int status) |
| |
| char * | spGetOptionValue (int argc, char **argv, spOptions options) |
| |
| void | spGetOptionsValue (int argc, char **argv, spOptions options) |
| |
| void | spCheckNumFile (spOptions options) |
| |
| const char * | spGetFile (spOptions options) |
| |
| void | spSetHelpMessage (spBool *flag, const char *format,...) |
| |
| void | spPrintHelp (const char *format,...) |
| |
| void | spPrintError (const char *format,...) |
| |
| spBool | spReadSetup (const char *filename, spOptions options) |
| |
| spBool | spWriteSetup (const char *filename, spOptions options) |
| |
| void | spUsage (void) |
| |