首页 > 代码库 > ctypes to load library in c/c++

ctypes to load library in c/c++

cdll.LoadLibrary(...)

restype (default is c_int)

argtypes (what‘s the default? c_int?)

 

customized data structure

 

how ctypes wrap c/c++ functions?

 

ctypes to load library in c/c++