Macro arduboy_rust::get_string_addr
source · macro_rules! get_string_addr { ( $s:expr ) => { ... }; }
Expand description
Create a const
raw pointer to a [u8;_] that saves text, without creating an intermediate reference.
macro_rules! get_string_addr { ( $s:expr ) => { ... }; }
Create a const
raw pointer to a [u8;_] that saves text, without creating an intermediate reference.