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?
Is there a portable way to load the C standard library ( libc.so ,
Share
The
ctypeslibrary doesn’t offer anything of that nature so anifstatement is just what you need.