#ifndef error_h #define error_h typedef enum { error_none, error_out_of_memory, error_read_error } Error; #endif