1 2 3 4 5 6 7 8
#ifndef _H_FILE #define _H_FILE #include <stddef.h> size_t file_read(const char *, char **); #endif