Is there a portable way to load the C standard library (libc.so
, libc.dylib
) in Python ctypes? Should I just use if
/elif
statements about the result of platform.system()
function?
The ctypes
library doesn't offer anything of that nature so an if
statement is just what you need.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With