|
XFusion API v1.3.0
|
对标准库 stdlib.h 的封装。 更多...

宏定义 | |
| #define | xf_malloc(x) xf_user_malloc(x) |
| #define | xf_free(x) xf_user_free(x) |
对标准库 stdlib.h 的封装。
| #define xf_malloc | ( | x | ) | xf_user_malloc(x) |
在文件 xf_stdlib.h 第 38 行定义.
| #define xf_free | ( | x | ) | xf_user_free(x) |
在文件 xf_stdlib.h 第 39 行定义.