Why std.stdio and not std.io ?

Walter Bright newshound at digitalmars.com
Sat May 13 02:35:49 PDT 2006


Anders F Björklund wrote:
> Walter Bright wrote:
> 
>> 'stdio' is the module for accessing the C standard I/O streams stdin, 
>> stdout, and stderr.
> 
> 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.


> Q: Will readf make it into D 1.0 ?

sure.



More information about the Digitalmars-d mailing list