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