8 // Read the contents of <filename> and return it as a string.
9 // If the file does not exist, which is typical outside of development,
10 // return the given memory area instead (presumably created by bin2h).
12 std::string read_file(const std::string &filename, const unsigned char *start = nullptr, const size_t size = 0);