00001 typedef enum foo_enum_e /* Sample enumeration type */ 00002 { 00003 FOO_ONE, /* One fish */ 00004 FOO_TWO, /* Two fish */ 00005 FOO_RED, /* Red fish */ 00006 FOO_BLUE /* Blue fish */ 00007 } foo_enum_t;