writef / writefln and stderr

DYH DYH_member at pathlink.com
Thu Jul 20 08:44:08 PDT 2006


In article <e9o0hi$2inh$1 at digitaldaemon.com>, DYH says...
>
>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
>
>

Ok guys, thanks for your replays =)



More information about the Digitalmars-d-bugs mailing list