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
23extern "C" {
24#endif
25
26/* ==================== [Defines] =========================================== */
27
28/* ==================== [Typedefs] ========================================== */
29
30/* ==================== [Global Prototypes] ================================= */
31
35void xf_component_func(void);
36
37/* ==================== [Macros] ============================================ */
38
39#ifdef __cplusplus
40} /*extern "C"*/
41#endif
42
43#endif /* __XF_TEMPLATE_H__ */
void xf_component_func(void)
extern "C" 的位置通常在 include 后面。