typedef enum { NORM1 = -1 , NORM2, /* Some comment */ NORM_1_OR_2, // Another comment NORM_I = +3, NORM_Inf, } Norm_t;
Location:estest.h