4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-28 03:40:25 +08:00

13 lines
230 B
C
Raw Normal View History

#ifndef FTK_APP_DEMO_H
#define FTK_APP_DEMO_H
#include "ftk_app.h"
#define FTK_HIDE static
typedef int (*FtkMain)(int argc, char* argv[]);
FtkApp* ftk_app_demo_create(const char* name, FtkMain main);
#endif/*FTK_APP_DEMO_H*/