On Tuesday 26 February 2008 20:30:53 [EMAIL PROTECTED] wrote:
>
> Mixed usage of stdio & unistd causes troubles.
> Attached is a patch to fix it.
>
> Could we invent unistd analogue for printf()?
> Or how do turn stdio buffering off?
> Or we end up fflush()ing any byte we send...
Hi,
maybe something like this?
/* Force the output to be unbuffered.*/
setbuf(stdout, (char *) 0);
Ciao,
Tito
>
> Plz, do apply.
>
> --
> Vladimir
>
>
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox