#include <Python.h>intmain(int argc, char *argv[]){ Py_Initialize(); PyRun_SimpleString("from time import time,ctime\n" "print('Today is', ctime(time()))\n"); Py_Finalize(); return 0;}
#ifdef DEBUG#undef DEBUG#define DEBUG_TEMP#endif/* тут загружаются питоновские заголовки */#ifdef DEBUG_TEMP#undef DEBUG_TEMP#define DEBUG#endif