From: "Erez Doron" <[EMAIL PROTECTED]>
> the problem is that printf does not sync it's buffers until a newline
> so no progress bar is displayed until the job ends.
> 
> 
> how do i solve this ?

Try
fflush(stdout);

Sagi



=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to