#ifndef ERROR_H #define ERROR_H typedef struct { int stat; const char *src; } error_t; #endif