PADSIZE
static CHAR_T blanks[PADSIZE] =
static CHAR_T zeroes[PADSIZE] =
while (n > PADSIZE) { \
PRINT(with, PADSIZE); \
n -= PADSIZE; \