Type Definition safer_ffi::libc::c_char

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

A type alias to ::libc::c_char.

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