|
Galactic Bloodshed
|
#include <cstdio>#include <cstdlib>#include <string>#include <sys/stat.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| void | InitFile (const std::string &path, void *buffer=nullptr, size_t length=0) |
| void | EmptyFile (const std::string &path) |
| void EmptyFile | ( | const std::string & | path | ) |
Definition at line 22 of file fileutils.cc.
| void InitFile | ( | const std::string & | path, |
| void * | buffer = nullptr, |
||
| size_t | length = 0 |
||
| ) |
Helper utils and classes for making common operations with files eaiser.
Definition at line 8 of file fileutils.cc.
1.8.13