Macro btl::cd[][src]

macro_rules! cd {
    () => { ... };
    ($first_fmt: expr $(, $first_args: expr)*) => { ... };
}