stm 常用头文件

常见头文件

#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <stdint.h>

1. 格式化输入输出 <stdio.h>

2.字符串数字转数值,内存分配 等 在stdlib

3.true false 的bool变量定义 在 stdbool

4.字符串比较和拷贝等 在string

5. uint32_t 等等   <stdint.h>

 

posted @ 2018-04-13 14:51  zhanghonglang  阅读(317)  评论(0)    收藏  举报