drone_ctypes

Type Alias c_int

Source
pub type c_int = i32;
Expand description

Equivalent to C’s signed int (int) type.