123456789
#ifdef _WIN32_#include <process.h>#define exec exec_#endifint main(int argc, char *argv[]) { if(argc) return exec(argv[0]); return 0;}