git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11288 626c5289-ae23-0410-ae9c-e8d60b6d4f22
6 lines
93 B
C
6 lines
93 B
C
/* File : example.h */
|
|
|
|
typedef enum { RED, BLUE, GREEN } color;
|
|
|
|
void enum_test(color c);
|
|
|