1 2 3 4 5 6 7 8 9 10 11
#ifndef SLURP_H #define SLURP_H #include "../src/config.h" int slurp_for_tests(const char *const FNAME, char **strref); #endif