language "C" do
types = Set.new %w[
bool short int long unsigned signed char size_t
- void extern static inline struct typedef union volatile
+ void extern static inline struct typedef union volatile auto const
int8_t int16_t int32_t int64_t uint8_t uint16_t uint32_t uint64_t
]
keywords = Set.new %w[
- goto break return continue asm case default if else switch while for do
+ goto break return continue asm case default if else switch while for do sizeof
]
constants = Set.new %w[