1 #pragma once 2 3 #ifdef __cplusplus 4 extern "C" { 5 #endif 6 7 int MainA(); 8 int MainW(); 9 10 #ifdef __cplusplus 11 } /* extern "C" */ 12 #endif 13 14