Macro playdate_sys::macros::api

source ·
macro_rules! api {
    (/$($path:ident).*) => { ... };
    ($($path:ident).*) => { ... };
}
Expand description

Get ref to struct of fn from API.

Panics if meets null-ptr or None, unwrap it with expect(ctx).