Guitar
|
#include <vector>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
bool | readfile (char const *path, std::vector< char > *out, int maxsize) |
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 | ||
) |