2009/7/20 Haruki Shigemori <rayerd....@gmail.com>:
> Hi.
>
> The std.cstream.dout has a member function dout.flush.
> But the std.stdio has not a function flush or a similar function.
> Why? Don't you want to have it?
> Give me the std.stdio.flush!

You don't need it.  Just import std.c.stdio and fflush(stdout).

Reply via email to