Function chatora_errno::set_errno[][src]

pub fn set_errno(errno: i32)

Sets the value of errno.

Examples

set_errno(0);
assert_eq!(get_errno(), 0);