writef / writefln and stderr

DYH DYH_member at pathlink.com
Thu Jul 20 06:30:26 PDT 2006


Consider this small sample:

> import std.stdio;
> 
> int main(char[][] args)
> {
> 	writefln(stderr, "test");
> 	return 0;
> }

will output something like:
>> 4164D0test

Is that correct behaviour?

DMD 0.163





More information about the Digitalmars-d-bugs mailing list