I have an enum :
typedef enum { enum_A = 1, enum_B = -5, enum_C = 10 } enum_t;
I want to make an array that has all the values of the enum: