python如何调用c函数
文章插图
在python中使用ctypes模块调用c函数,具体方法如下:from ctypes import * #导入ctypes模块handle = cdll.LoadLibrary('libtest.so')func = handle.printStrfunc.argtypes = (c_char_p,c_char_p)func.restype = c_char_ptmp = handle.printStr("hello".encode("utf-8"),"world".encode("utf-8"))print(tmp.decode("utf-8"))【python如何调用c函数】输出结果为:helloworld
推荐阅读
- 域名解析如何设置到非80端口
- 织梦系统漏洞如何解决
- python中cmp函数怎么用
- APP数据如何加密
- 鱼组词 鱼字如何组词
- python怎么判断函数返回值是否为空
- python的函数中如何返回数组
- 如何修复smb漏洞
- 如何离线修复系统漏洞
- 决组词 决字如何组词