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