梅科尔工作室-IoT-南向开发第二次培训笔记
原创
嵌入式c1.关键字关键字是C语言中具有特殊功能的保留标示符,按照功能可分为1).数据类型(常用char,short,int,long,unsigned,float,double)2).运算和表达式(,+,,,while,dowhile,if,goto,switchcase)3).数据存储(auto,static,extern,const,register,volatile,restricted),4).结构(struct,enum,union,typedef),5).位操作和逻辑运算(,&,,,^,&&),6).预处理(define,include,error,if...elif...else...endif等),7).平台扩展...