C 语言 保留的关键字
auto,break,case,char,const,continue,
default,do,double,else,enum,extern,
float,for,goto,if,int,long,register,
return,short,signed,sizeof,static,struct,
switch,typedef,union,unsigned,void,volatile,
while,inline,restrict
C 语言 保留的关键字auto,break,case,char,const,continue,
|