ffi.cdef('int sum(int*, int);') >>> library = ffi.compile() The initialization of CFFI is as normal, but instead of using ffi.dlopen() we are now using ffi.
確定! 回上一頁