标签: python ctypes libc
是否有可移植的方法在Python ctypes中加载C标准库(libc.so,libc.dylib)?我应该使用if / elif关于platform.system()函数结果的语句吗?
libc.so
libc.dylib
if
elif
platform.system()
答案 0 :(得分:1)
ctypes库不提供任何此类特性,因此if语句正是您所需要的。
ctypes