[][src]Macro zombiezen_const_cstr::const_cstr

macro_rules! const_cstr {
    ($strval:expr) => { ... };
}

Create a C-compatible constant string by appending a NUL byte to the passed string.

See crate root documentation for example usage.

Safety

The passed string must not contain any NUL bytes.