Type Definition t2plugin::c_ulong

source ·
pub type c_ulong = u64;
Expand description

unsigned long in C: u32 on 32-bit systems and u64 on 64-bit systems.