Type Definition rcstring::c_char [] [src]

type c_char = i8;

Platform-specific c_char type. This is defined for cases where the user cannot import libc.

Defined as u8 on arm and i8 everywhere else