Macro c

Source
macro_rules! c {
    ($($t:tt)*) => { ... };
}