Why std.stdio and not std.io ?

Walter Bright newshound at digitalmars.com
Sat May 13 10:51:19 PDT 2006


Anders F Björklund wrote:
> Walter Bright wrote:
> 
>>> As in "eventually", yes ? There's no stdin in std.stdio at the moment.
>>> (arguably all streams in std.stdio just come from std.c.stdio anyway)
>>
>> writef, for example, writes to stdout.
> 
> That it does, I just meant that it writes to the "regular" 
> std.c.stdio.stdout and not any special std.stdio.stdout ?

That's right. You can interleave calls to printf and writef, and it'll 
come out right.



More information about the Digitalmars-d mailing list