1 2 3 4 5 6 7
#pragma once #include <stddef.h> namespace amalgine { char* file_get_content(const char *filepath, size_t *filesize); }