Macro S2C

Source
macro_rules! S2C {
    ($a:expr) => { ... };
}