Macro spice::cstr

source ·
macro_rules! cstr {
    ($s:expr) => { ... };
    () => { ... };
}
Expand description

Convert String to *mut i8.