gpt4 book ai didi

python - 在 Python 中检索从 .so 导出的 C 函数返回的 `char *`

转载 作者:太空宇宙 更新时间:2023-11-03 14:31:51 25 4
gpt4 key购买 nike

我有一个 liba.so 包含一个函数 say_hi(),

char *say_hi()
{
return "hello, world";
}

在 Python 中,我通过 ctypes 访问了 liba.so

>>>liba = ctypes.CDLL("./liba.so")
>>>liba.say_hi()
16422018

如何在 Python 中检索 liba.say_hi() 返回的字符串 "hello, world"

附言

除了restype,还有什么办法吗?

最佳答案

关于python - 在 Python 中检索从 .so 导出的 C 函数返回的 `char *`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9427437/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com