Skip to main content

DPUTS2

Macro DPUTS2 

Source
macro_rules! DPUTS2 {
    ($x:expr, $y:expr, $z1:expr, $z2:expr) => { ... };
}
Expand description

Port of #define DPUTS2(X, Y, Z1, Z2) macro from Src/zsh.h:2920 (macro).

Two-arg printf-style variant. Same shape as DPUTS1 but with two substitution arguments.