#ifndef _H_ERROR #define _H_ERROR void error(int code, char* message); void error_no_mem(void); #define ERROR_NO_MEMORY 10 #endif