XFusion API
v1.3.0
载入中...
搜索中...
未找到
xf_template_source_detail_another.c
浏览该文件的文档.
1
12
/* ==================== [Includes] ========================================== */
13
14
#include "
xf_template_header_detail.h
"
15
16
/* ==================== [Defines] =========================================== */
17
18
/* ==================== [Typedefs] ========================================== */
19
20
/* ==================== [Static Prototypes] ================================= */
21
22
/* ==================== [Static Variables] ================================== */
23
24
/* ==================== [Macros] ============================================ */
25
26
/* ==================== [Global Functions] ================================== */
27
28
xf_templ_err_t
xf_template_another_func
(
void
)
29
{
30
g_xf_templ_global_data1_in_head
= 6;
31
return
XF_TEMPL_OK
;
32
}
33
34
/* ==================== [Static Functions] ================================== */
xf_template_header_detail.h
文件模板。
xf_templ_err_t
xf_err_t xf_templ_err_t
整形错误类型。
Definition
xf_template_header_detail.h:40
XF_TEMPL_OK
@ XF_TEMPL_OK
Definition
xf_template_header_detail.h:48
g_xf_templ_global_data1_in_head
int g_xf_templ_global_data1_in_head
全局变量: [Global Variables].
Definition
xf_template_source_detail.c:275
xf_template_another_func
xf_templ_err_t xf_template_another_func(void)
一个函数,函数定义在 xf_template_another.c。
Definition
xf_template_source_detail_another.c:28
examples
misc
xf_template
main
xf_template_source_detail_another.c
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8