title: Introduction icon: dot
All public functions in the C API are prefixed with py_ in pocketpy.h.
PY_RAISE macroMark a function that can raise an exception on failure.
bool, then false means an exception is raised.int, then -1 means an exception is raised.PY_RETURN macroMark a function that can store a value in py_retval() on success.