On 20.07.2009 17:01, Haruki Shigemori wrote:
uhmm... I think std.c.stdio is a port of the C language library, std.stdio must has flush or fflush as the D language library.
It's not a port, it _is_ the std C library. std.stdio just adds functionality on top of what C provides. That's what Phobos IO is, it's meant to be possible to use it interchangeably with C IO.
Tango IO is different, it uses the lowlevel OS APIs instead.