summaryrefslogtreecommitdiff
path: root/src/unix/bsd/apple/long_array.rs
blob: 4c56a275ab32a964c7f90381bdd72e739384da39 (plain)
1
2
3
4
5
6
7
8
s! {
    pub struct ctl_info {
        pub ctl_id: u32,
        pub ctl_name: [::c_char; MAX_KCTL_NAME],
    }
}

pub const MAX_KCTL_NAME: usize = 96;