Provides a collection of useful non-ANSI string functions. More...
Files | |
file | vstring.h |
Contains declarations for class Vstring. | |
Functions | |
int | Vstring_strcasecmp (const char *s1, const char *s2) |
Case-insensitive string comparison (BSD standard). | |
int | Vstring_isdigit (const char *tok) |
A modified sscanf that examines the complete string. |
Provides a collection of useful non-ANSI string functions.
int Vstring_isdigit | ( | const char * | tok | ) |
A modified sscanf that examines the complete string.
tok | The string to examine |
int Vstring_strcasecmp | ( | const char * | s1, | |
const char * | s2 | |||
) |
Case-insensitive string comparison (BSD standard).
s1 | First string for comparison | |
s2 | Second string for comparison |
Referenced by APOLparm_parseToken(), FEMparm_parseToken(), main(), MGparm_parseToken(), NOsh_parseInput(), PBEparm_parseToken(), printApolEnergy(), printApolForce(), printElecEnergy(), printElecForce(), printEnergy(), printForce(), readXMLFileAtom(), Valist_readPDB(), Valist_readPQR(), Valist_readXML(), Vparam_getAtomData(), Vparam_getResData(), Vparam_readFlatFile(), Vparam_readXMLFile(), writedataFlat(), and writedataXML().