XFusion API
v1.3.0
载入中...
搜索中...
未找到
xf_component_template.h
浏览该文件的文档.
1
12
#ifndef __XF_COMPONENT_TEMPLATE_H__
13
#define __XF_COMPONENT_TEMPLATE_H__
14
15
/* ==================== [Includes] ========================================== */
16
17
#include "xf_utils.h"
18
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
/* ==================== [Defines] =========================================== */
27
28
/* ==================== [Typedefs] ========================================== */
29
30
/* ==================== [Global Prototypes] ================================= */
31
35
void
xf_component_func
(
void
);
36
37
/* ==================== [Macros] ============================================ */
38
39
#ifdef __cplusplus
40
}
/*extern "C"*/
41
#endif
42
43
#endif
/* __XF_TEMPLATE_H__ */
xf_component_func
void xf_component_func(void)
extern "C" 的位置通常在 include 后面。
Definition
xf_component_template.c:34
examples
misc
xf_template
components
xf_component_template
xf_component_template.h
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8