pyutil.h
9 lines
| 128 B
| text/x-c
|
CLexer
Augie Fackler
|
r41049 | #include <Python.h> | ||
namespace contrib | ||||
{ | ||||
void initpy(const char *cselfpath); | ||||
PyObject *pyglobals(); | ||||
} /* namespace contrib */ | ||||