XFusion API
v1.3.0
载入中...
搜索中...
未找到
xf_utils.h
浏览该文件的文档.
1
38
#ifndef __XF_UTILS_H__
39
#define __XF_UTILS_H__
40
41
/* ==================== [Includes] ========================================== */
42
43
#include "
xf_common/xf_common.h
"
44
45
#include "
xf_lock/xf_lock.h
"
46
#include "
xf_utils_log/xf_utils_log.h
"
47
#include "
xf_check/xf_check.h
"
48
49
#include "
xf_std/xf_stdbool.h
"
50
#include "
xf_std/xf_stddef.h
"
51
#include "
xf_std/xf_stdint.h
"
52
#include "
xf_std/xf_stdlib.h
"
53
#include "
xf_std/xf_string.h
"
54
#include "
xf_std/xf_stdio.h
"
55
56
#ifdef __cplusplus
57
extern
"C"
{
58
#endif
59
60
/* ==================== [Defines] =========================================== */
61
62
/* ==================== [Typedefs] ========================================== */
63
64
/* ==================== [Global Prototypes] ================================= */
65
66
/* ==================== [Macros] ============================================ */
67
68
#ifdef __cplusplus
69
}
/*extern "C"*/
70
#endif
71
72
#endif
/* __XF_UTILS_H__ */
xf_check.h
运行时检查宏。
xf_common.h
通用头文件.
xf_lock.h
锁抽象层。
xf_stdbool.h
xf_utils 对标准库 stdbool.h 的封装。
xf_stddef.h
xf_utils 对标准库 stddef.h 的封装。
xf_stdint.h
xf_utils 对标准库 stdint.h 的封装。
xf_stdio.h
xf_stdlib.h
xf_utils 对标准库 stdlib.h 的封装。
xf_string.h
xf_utils 对标准库 string.h 的封装。
xf_utils_log.h
xf_utils 的 log 封装。
components
xf_utils
xf_utils
src
xf_utils.h
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8