Macro format_c

Source
macro_rules! format_c {
    ($fmt:expr, $($args:tt)*) => { ... };
}