/* * app.h * * Created on: Jan 8, 2021 * Author: zen */ #ifndef INC_APP_H_ #define INC_APP_H_ #ifdef __cplusplus extern "C" { #endif void app_c(void); #ifdef __cplusplus } #endif void app(void); #endif /* INC_APP_H_ */