摘要:
参考:安装图形化配置解析工具_LiteOS_编译和开发工具_Linux下的编译_搭建Linux编译环境_华为云 (huaweicloud.com) 系统:Centos7 $ uname -a Linux localhost.localdomain 3.10.0-693.el7.x86_64 #1 S 阅读全文
摘要:
C基本数据类型 C基本的数据类型说明: C declaration Bytes Signed Unsigned 32-bits 64-bits [signed]char unsigned char 1 1 short unsigned short 2 2 int unsigned 4 4 long 阅读全文