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