sS format_round(S pat, S... args) { ret format3_round(pat, args); } sS format_round(S pat, LS args) { ret format3_round(pat, args); }