typedef enum { ... } SilcExampleTyle;
Example type definition with the actual source code.
/* Source code from the actual header file is appended */ typedef enum { SILC_EXAMPLE_1, SILC_EXAMPLE_2, SILC_EXAMPLE_3, } SilcExampleType;