00001 00060 #ifndef _VSTRING_H_ 00061 #define _VSTRING_H_ 00062 00063 #include "maloc/maloc.h" 00064 #include "apbs/vhal.h" 00065 00078 int Vstring_strcasecmp(const char *s1, const char *s2); 00079 00086 int Vstring_isdigit(const char *tok); 00087 00088 #endif /* ifndef _VSTRING_H_ */ 00089