Contents Previous Next

Types

Each type must have a comment block immediately before the typedef, as follows:

    /*
     * This type is for foobar options.
     */
    typedef int this_type_t;

Contents Previous Next