XFusion API
v1.3.0
载入中...
搜索中...
未找到
app.c
浏览该文件的文档.
1
#include "xf_utils.h"
2
#include "xf_init.h"
3
4
#define TAG "app"
5
6
static
int
app_test
(
void
)
7
{
8
XF_LOGI
(
TAG
,
"hello, app"
);
9
10
return
0;
11
}
12
13
XF_INIT_EXPORT_APP
(
app_test
);
app_test
static int app_test(void)
Definition
app.c:6
TAG
#define TAG
Definition
app.c:4
XF_INIT_EXPORT_APP
#define XF_INIT_EXPORT_APP(function)
应用程序初始化. 如
Definition
xf_init.h:188
XF_LOGI
#define XF_LOGI(tag, format,...)
Definition
xf_log_uitls.h:44
components
xf_init
xf_init
example
app.c
生成于 2025年 一月 21日 星期二 17:25:09 , 为 XFusion API使用
1.9.8