ocl::printc! [] [src]

macro_rules! printc {
    ($c:ident: $fmt:expr) => { ... };
    ($c:ident: $fmt:expr, $($arg:tt)*) => { ... };
}