mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-22 12:56:11 +00:00
8 lines
108 B
C
8 lines
108 B
C
|
#ifndef PYTHONAPI_H
|
||
|
#define PYTHONAPI_H
|
||
|
|
||
|
#include <Python.h>
|
||
|
PyObject *PyInit_api();
|
||
|
|
||
|
#endif // PYTHONAPI_H
|