00001 00049 #ifndef _VSTRING_H_ 00050 #define _VSTRING_H_ 00051 00052 #include "maloc/maloc.h" 00053 #include "apbs/vhal.h" 00054 00067 int Vstring_strcasecmp(const char *s1, const char *s2); 00068 00075 int Vstring_isdigit(const char *tok); 00076 00077 #endif /* ifndef _VSTRING_H_ */ 00078