00001 00054 #ifndef _VSTRING_H_ 00055 #define _VSTRING_H_ 00056 00057 #include "maloc/maloc.h" 00058 #include "apbs/vhal.h" 00059 00072 VEXTERNC int Vstring_strcasecmp(const char *s1, const char *s2); 00073 00080 VEXTERNC int Vstring_isdigit(const char *tok); 00081 00082 #endif /* ifndef _VSTRING_H_ */