7 bool readfile(
char const *path, std::vector<char> *out,
int maxsize);
8 bool writefile(
char const *path,
char const *ptr,
size_t len);
bool readfile(char const *path, std::vector< char > *out, int maxsize)
bool writefile(char const *path, char const *ptr, size_t len)
Definition: rwfile.cpp:53