pub(crate) macro syscall(
fn $name:ident($($param:ident : $t:ty),* $(,)?) -> $ret:ty;
) {
...
}
Available on non-
target_os=espidf
and (Linux or Android) only.pub(crate) macro syscall(
fn $name:ident($($param:ident : $t:ty),* $(,)?) -> $ret:ty;
) {
...
}
target_os=espidf
and (Linux or Android) only.