typedef enum in c

C
enum enum_name{const1, const2, ....... };
Source

Also in C: