#pragma once #ifdef __cplusplus extern "C" { #endif int MainA(); int MainW(); #ifdef __cplusplus } /* extern "C" */ #endif