2nd_Sem_Bogachev/2025.05.02/02Ex/status.h
2025-04-30 17:00:05 +03:00

11 lines
126 B
C

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