Here is a minimal example of using CFFI to be able to call the printf function from Python: from cffi import FFI ffi = FFI() ffi.cdef( ...
確定! 回上一頁