Macro flipperzero_rt::entry
source ยท macro_rules! entry { ($path:path) => { ... }; }
Expand description
Defines the entry point.
Must have the following signature: fn(Option<&CStr>) -> i32.
macro_rules! entry { ($path:path) => { ... }; }
Defines the entry point.
Must have the following signature: fn(Option<&CStr>) -> i32.