Xe
main.c ยท GitHub

Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in Xe / main.c secret Last active Aug 22, 2015 /.container /.repohead Code Revisions 2 Embed HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP /.repository-sidebar Raw main.c # include < Python.h > # include " state.h " int main ( int argc, char *argv[]) { Py_SetProgramName (argv[ 0 ]); /* optional but recommended */ numargs = argc; PyImport_AppendInittab ( " state " , &PyInit_emb); Py_Initialize (); FILE * file = fopen ( " ./state_test.py " , " r " ); PyRun_SimpleFile (file, " ./state_test.py " ); Py_Finalize (); return 0 ; } Ra...

Linked on 2015-08-22 08:36:32 | Similar Links