Skip to main content

relibc/header/bits_ssize-t/
mod.rs

1use crate::platform::types::c_long;
2
3/// Used for a count of bytes or an error indication.
4#[allow(non_camel_case_types)]
5pub type ssize_t = c_long;