5 ms·
#include <Python.h> int main() { Py_Initialize(); PyImport_ImportModule("necromancy");
by thepicard 13y ago
#include <Python.h>
int main() {
Py_Initialize();
PyImport_ImportModule("necromancy");
- angersock 13y agorequire 'necromancy' fixed it for you
- nspragmatic 13y agoreturn 0; // <stdlib.h> not #imported }