#include "python_if.h" int rpnexpr_init(PyObject *self, PyObject *args, PyObject *kwds) { /**@todo Need a C function returning RPNExpr (or must take RPNExpr as arguments... */ }