#ifndef MAIN_H #define MAIN_H #include #ifdef __cplusplus extern "C" { #endif #include "stm.h" #ifdef __cplusplus } // closing brace for extern "C" #endif #endif