qiuyiuestc@gmail.com 8d25a8ae63 reconstruct module examples
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1428 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-23 13:37:58 +00:00

13 lines
230 B
C

#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*/