#ifndef __APP_H #define __APP_H #include "log.h" void app_init(void); #endif