!170 添加 stdio include,防止 NULL重复定义

Merge pull request !170 from xuweicheng/master
This commit is contained in:
openharmony_ci
2022-03-18 11:01:11 +00:00
committed by Gitee
+1
View File
@@ -17,6 +17,7 @@
#define CLIB_TYPES_H
#include <stdint.h>
#include <stdio.h>
typedef uint32_t HcBool;
#define HC_TRUE 1