#include <Python.h> int main() { Py_Initialize(); PyImport_ImportModule("necromancy");
return 0; // <stdlib.h> not #imported }
fixed it for you