Macro flipperzero_sys::c_string
source · macro_rules! c_string { ($str:literal $(,)?) => { ... }; }
Expand description
Create a static C string. Will automatically add a NUL terminator.
macro_rules! c_string { ($str:literal $(,)?) => { ... }; }
Create a static C string. Will automatically add a NUL terminator.