Skip to main content

relibc/header/bits_socklen-t/
mod.rs

1/// An integer type of at least 32bits width.
2///
3/// Used in various length representations relating to sockets.
4pub type socklen_t = u32;