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