Macro cstr::cstr

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

Creates a &'static CStr from a string literal.