Function chatora_errno::get_errno[][src]

pub fn get_errno() -> i32

Returns the value of errno.

Examples

let errno = get_errno();
assert_eq!(errno, 0);