Re: freepages in proc doesn't work right.

Olaf Titz (olaf@bigred.inka.de)
Tue, 22 Jul 1997 22:52:49 +0200


> for (i=1;i<argc;i++) {
> strcat (buf,argv[i]);
> if (i < argc -1 ) strcat (buf," ");

I'd rather guess they do it with printf() and let stdio do the
buffering.

olaf