entered into RCS

This commit is contained in:
Roland McGrath 1994-06-21 04:23:26 +00:00
parent b6793677c2
commit c4ba81614a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ CONST char _itoa_upper_digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
char *
DEFUN(_itoa, (value, buflim, base, upper_case),
unsigned long int value AND char *buflim AND
unsigned long long int value AND char *buflim AND
unsigned int base AND int upper_case)
{
/* Base-36 digits for numbers. */