Type Definition safer_ffi::libc::c_int

source · []
pub type c_int = c_int;
Expand description

A type alias to ::libc::c_int.

Note: you should probably be using crate::c_int instead.