@ -24,6 +24,7 @@ char *cat(FILE *fp, const int mode)
for(i = 0; (c = fgetc(fp)) != EOF; i++)
{
/* Rewrite using memcpy? */
if(i >= buflen)
buflen *= 2;
The note is not visible to the blocked user.