3 lines
84 B
C
3 lines
84 B
C
typedef enum { APPLE, ORANGE, LEMON } fruit;
|
|
|
|
void scilabconst_enum_test(fruit f);
|