nl.c | 101 static size_t intbuffersize; variable in typeref:typename:size_t 262 intbuffersize = max((int)INT_STRLEN_MAXIMUM, width) + 1; /* NUL */ 263 if ((intbuffer = malloc(intbuffersize)) == NULL) 333 consumed = snprintf(intbuffer, intbuffersize, format,
|