I'm using cffi
to wrap a library that uses errno
to return error values.
How can I read errno
from cffi?
I'm using cffi
to wrap a library that uses errno
to return error values.
How can I read errno
from cffi?
Copyright © 2021 Jogjafile Inc.
See docs https://cffi.readthedocs.org/en/release-0.6/
ffi.errno
is a property of thecffi.FFI
object.e.g.