#ifndef STATUS_H #define STATUS_H typedef enum _status { SUCCESS, RUN_TIME, EQUAL, } status; #endif