oops, stdout.
int zero=setvbuf(stdout,null,_IONBF,0);
assert(zero==0);

or

stdio.setvbuf(0,_IONBF);

Reply via email to