Flush to stdio?

Kagamin spam at here.lot
Mon Apr 1 13:26:08 PDT 2013


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

or

stdio.setvbuf(0,_IONBF);


More information about the D.gnu mailing list