signbit question

Radu void at null.pt
Fri Mar 16 08:35:58 UTC 2018


On Friday, 16 March 2018 at 07:00:36 UTC, ashit axar wrote:
> On Thursday, 15 March 2018 at 17:30:48 UTC, Seb wrote:
>
>> They generate the same assembly: https://godbolt.org/g/4ohTJx
>
> import std.stdio;
>
> void main()
> {
>     writeln("hello");
> }
>
>
> this generate error for dmd there.

`writeln` is not supported in betterC for dmd. Use `printf` 
instead.


More information about the Digitalmars-d-learn mailing list