Macro flipperzero_sys::c_string
source · [−]macro_rules! c_string {
($str:expr) => { ... };
}Expand description
Create a static C string. Will automatically add a nul terminator.
macro_rules! c_string {
($str:expr) => { ... };
}Create a static C string. Will automatically add a nul terminator.