#ifndef __APP_H__ #define __APP_H__ #include "main.h" void app_init(void); void app_run(void); #endif // __APP_H__