lltoa
static wchar_t *lltoa(long long l);
return (STRING)lltoa((long long)np->n_int);
(void) strcpy(rv, lltoa(i1));
static char *lltoa();