kwdef_type
kwdef_type( "_Bool", BOOL, 99),
kwdef_type( "bool", BOOL, 23),
kwdef_type( "char", CHAR, 78),
kwdef_type( "_Complex", COMPLEX, 99),
kwdef_type( "double", DOUBLE, 78),
kwdef_type( "float", FLOAT, 78),
kwdef_type( "int", INT, 78),
kwdef_type( "__int128_t", INT128, 99),
kwdef_type( "long", LONG, 78),
kwdef_type( "short", SHORT, 78),
kwdef_type( "__uint128_t", UINT128, 99),
kwdef_type( "unsigned", UNSIGN, 78),
kwdef_type( "void", VOID, 78),