9 #ifndef __WVFILEUTILS_H
10 #define __WVFILEUTILS_H
13 #include "wvstringlist.h"
94 int wvchmod(
const char *path, mode_t mode);
104 #endif // __WVFILEUTILS_H
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
This is a WvList of WvStrings, and is a really handy way to parse strings.
WvString is an implementation of a simple and efficient printable-string class.