macro_rules! msgctl {
($id: expr, $cmd: expr) => { ... };
($id: expr, $cmd: expr, $info: expr) => { ... };
}
Expand description
The msgclr
macro returns a information
according the argument command.
macro_rules! msgctl {
($id: expr, $cmd: expr) => { ... };
($id: expr, $cmd: expr, $info: expr) => { ... };
}
The msgclr
macro returns a information
according the argument command.