Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的程序中使用 ctypes 调用外部 c 库,我不知道如何将 POINTER(c_char) 变体分配给字符串。
这个问题很模糊,但我想你应该使用c_char_p而不是POINTER(c_char).
c_char_p
POINTER(c_char)