set_declare

Macro set_declare 

Source
macro_rules! set_declare {
    ($set:ident, $type:ty) => { ... };
}
Expand description

Declare the name of a linker set.

This macro outputs a module into the current scope. The module must be brought into scope should the linker set be used within another module.