macro_rules! include_once {
($self:ident, $dest:expr, $name:literal) => { ... };
}
Expand description
Macro to include assembly files only once.
macro_rules! include_once {
($self:ident, $dest:expr, $name:literal) => { ... };
}
Macro to include assembly files only once.