/home/dko/projects/mobilec/trunk/src/mxml-2.2.2/test/enum.cxx

Go to the documentation of this file.
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;

Generated on Fri May 16 14:49:55 2008 for Mobile-C by  doxygen 1.5.4