tag 11620 notabug On 06/03/2012 01:13 PM, vikas bansal wrote: > The sleep function when written at the end, forces the program to sleep, > preventing him to execute any printf() instructions before it. > Attaching a program.
You got the wrong list because you followed `man 1 sleep` rather than `man 3 sleep`. I've not looked at the program at all, but you may need to add some fflush(stdout) calls, to ensure timely output. cheers, Pádraig.
