NUMSIZE
width = NUMSIZE;
static wchar_t numbuf[NUMSIZE]; /* Used to convert INTs to strings */
register wchar_t *p = &numbuf[NUMSIZE];
wchar_t rnumbuf[NUMSIZE];