XFusion API
v1.3.0
载入中...
搜索中...
未找到
xf_stddef.h
浏览该文件的文档.
1
12
#ifndef __XF_STDDEF_H__
13
#define __XF_STDDEF_H__
14
15
/* ==================== [Includes] ========================================== */
16
17
#include "
xf_std_config.h
"
18
19
#if XF_STDDEF_IS_ENABLE
20
#include <stddef.h>
21
#endif
22
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
36
#if (XF_STDDEF_IS_ENABLE == 0)
37
38
/* ==================== [Defines] =========================================== */
39
40
#ifndef NULL
41
#define NULL ((void *)0)
42
#endif
43
44
typedef
long
int
ptrdiff_t;
46
typedef
long
unsigned
int
size_t;
47
48
/* ==================== [Typedefs] ========================================== */
49
50
/* ==================== [Global Prototypes] ================================= */
51
52
/* ==================== [Macros] ============================================ */
53
54
#endif
// XF_STDDEF_IS_ENABLE
55
56
#ifdef __cplusplus
57
}
/* extern "C" */
58
#endif
59
65
#endif
// __XF_STDDEF_H__
xf_std_config.h
xf_utils 封装标准库的配置。
components
xf_utils
xf_utils
src
xf_std
xf_stddef.h
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8