1 2 3 4 5 6 7 8
extern const size_t NULL_TERMINATOR; int slurp(const char *const filename, char **out); void freeit(const void **const ptr);