#include <_platform.h> #include extern int main(); int mainCRTStartup() { setlocale(LC_ALL, "C"); return main(); }