On Mon, 5 Jan 2009 15:12:12 +0000 (UTC), Tom Marchand <[email protected]>
wrote:
> trying putting newlines in the strings like this:
>
> "receive overflow\n"
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>
:-)
--
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"