#include <Python.h>

void
init_test(void)
{    
   PyObject *m;
   m = Py_InitModule("_test", NULL);
}


syntax highlighted by Code2HTML, v. 0.9.1