Small-C icon indicating copy to clipboard operation
Small-C copied to clipboard

Recognize reserved keywords (and don't allow their use)

Open ZaneDubya opened this issue 7 years ago • 0 comments

auto, else, long, switch, break, enum, register, typedef, case, extern, return, union, char, float, short, unsigned, const, for, signed, void, continue, goto, sizeof, volatile, default, if, static, while, do, int, struct, _Packed, double;

ZaneDubya avatar Dec 26 '17 14:12 ZaneDubya