[][src]Macro mynewt::stringify_null

macro_rules! stringify_null {
    ($key:ident) => { ... };
}

Macro that takes an identifier and returns a [u8] containing the identifier, terminated by 0. Used to convert an identifier to a C null-terminated string.