Date: Mon, 5 Jan 2009 17:48:00 +0100 From: Polytropon <freebsd@edvax.de> To: Tom Marchand <m0rchand@comcast.net> Cc: freebsd-questions@freebsd.org Subject: Re: why printf() don't work? Message-ID: <20090105174800.1010434e.freebsd@edvax.de> In-Reply-To: <104871889.2409471231168332182.JavaMail.root@sz0104a.westchester.pa.mail.comcast.net> References: <022201c96f07$553b65a0$3f83a8c0@user863c0bf569> <104871889.2409471231168332182.JavaMail.root@sz0104a.westchester.pa.mail.comcast.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Jan 2009 15:12:12 +0000 (UTC), Tom Marchand <m0rchand@comcast.net= > wrote: > trying putting newlines in the strings like this:=20 >=20 > =A0 =A0"receive overflow\n"=20 You can add fflush(stdout); to force the output, even if no \n is appended. But as it has been mentioned before, don't forget to #include <stdio.h> :-) --=20 Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090105174800.1010434e.freebsd>