There is not std.stdio.flush

torhu no at spam.invalid
Mon Jul 20 11:23:06 PDT 2009


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.


More information about the Digitalmars-d-learn mailing list