1 2 3 4 5 6
#ifndef __HELPERS__ #define __HELPERS__ char * read_fixture(const char *filename); #endif