#ifndef __APP_MAIN_H #define __APP_MAIN_H void app_init(void); void app_main(void); #endif