#ifndef _MAIN_H_ #define _MAIN_H_ #include #include /* Main */ #ifdef __cplusplus extern "C" { #endif void deInitApplication(); #ifdef __cplusplus } #endif #endif