网上很多, 首先写一个test.c的源码 int add(int a, int b) { return a + b; } import ctypes as c libc = c.cdll.LoadLibrary('/home/zhaodao/ffb_workspace/ctypes学习/test.so')...
查看问题网上很多, 首先写一个test.c的源码 int add(int a, int b) { return a + b; } import ctypes as c libc = c.cdll.LoadLibrary('/home/zhaodao/ffb_workspace/ctypes学习/test.so')...
查看问题