C Foreign Function Interface for Python library
C Foreign Function Interface for Python
cffi$ python setup.py build_ext --inplace$ python -c "from cffi import FFI; ffi = FFI(); ffi.cdef('int add(int, int);'); print(ffi)"$ python -m pip install --no-build-isolation .