mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 10:58:51 +00:00
14 lines
180 B
C
14 lines
180 B
C
#ifndef PYTHONAPI_H
|
|
#define PYTHONAPI_H
|
|
|
|
#ifdef CUTTER_ENABLE_JUPYTER
|
|
|
|
#include <Python.h>
|
|
|
|
PyObject *PyInit_api();
|
|
PyObject *PyInit_api_internal();
|
|
|
|
#endif
|
|
|
|
#endif // PYTHONAPI_H
|