4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 09:50:27 +08:00

14 lines
163 B
C
Raw Normal View History

#ifndef FTK_APP_CALC_H
#define FTK_APP_CALC_H
#include "ftk_app.h"
FTK_BEGIN_DECLS
FtkApp* ftk_app_calc_create(void);
FTK_END_DECLS
#endif/*FTK_APP_CALC_H*/