Macro include_once

Source
macro_rules! include_once {
    ($self:ident, $dest:expr, $name:literal) => { ... };
}
Expand description

Macro to include assembly files only once.