XFusion API v1.3.0
载入中...
搜索中...
未找到
app.c
浏览该文件的文档.
1#include "xf_utils.h"
2#include "xf_init.h"
3
4#define TAG "app"
5
6static int app_test(void)
7{
8 XF_LOGI(TAG, "hello, app");
9
10 return 0;
11}
12
static int app_test(void)
Definition app.c:6
#define TAG
Definition app.c:4
#define XF_INIT_EXPORT_APP(function)
应用程序初始化. 如
Definition xf_init.h:188
#define XF_LOGI(tag, format,...)