#include <Python.h> static PyObject *func(PyObject *self, PyObject *args) { double array[3]; if (!PyArg_ParseTuple(args, "(ddd)", &array)){ return NULL; } }
Standard input is empty
prog.c:1:20: fatal error: Python.h: No such file or directory compilation terminated.
Standard output is empty