bison_callback.h 111 B

1234
  1. #include "Python.h"
  2. #include "stdarg.h"
  3. PyObject* py_callback(PyObject *, char *, int option, int nargs,...);