1 2 3 4 5 6 7
#include <string> #include <fstream> namespace storage { bool read(std::string, size_t, char *); bool write(std::string, size_t, const char *); }
Generated with cgit - Back to sebastiano.tronto.net