Crate errno_no_std

Source
Expand description

§Feature flags

  • std (enabled by default) — disable to make the library #![no_std].

Structs§

Errno
Wraps a platform-specific error code.

Functions§

errno
Returns the platform-specific value of errno.
set_errno
Sets the platform-specific value of errno.