Macro c

Source
macro_rules! c {
    ($data:ident) => { ... };
    ($expr:expr) => { ... };
}