00001 00072 #ifndef _VSTRING_H_ 00073 #define _VSTRING_H_ 00074 00075 #include "maloc/maloc.h" 00076 #include "apbs/vhal.h" 00077 00090 int Vstring_strcasecmp(const char *s1, const char *s2); 00091 00098 int Vstring_isdigit(const char *tok); 00099 00100 #endif /* ifndef _VSTRING_H_ */ 00101