Docs.rs
chatora-errno-1.0.2
chatora-errno 1.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
takaomag
Dependencies
doc-comment ^0.3
dev
libc ^0.2
normal
libc ^0.2
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
get_errno
chatora_
errno
1.0.2
get_
errno
Sections
Examples
In crate chatora_
errno
chatora_errno
Function
get_
errno
Copy item path
Source
pub fn get_errno() ->
i32
Expand description
Returns the value of errno.
ยง
Examples
let
errno = get_errno();
assert_eq!
(errno,
0
);