Skip to main content

cstr

Macro cstr 

Source
macro_rules! cstr {
    ($s:expr) => { ... };
    () => { ... };
}
Available on non-crate feature lock only.
Expand description

Convert String to *mut i8.