Which import lib holds lrintf()?

Andrej Mitrovic none at none.none
Tue Apr 26 18:31:29 PDT 2011


import std.c.math : lrintf;

void main()
{
    lrintf(4.0);
}

Error 42: Symbol Undefined _lrintf
--- errorlevel 1


More information about the Digitalmars-d-learn mailing list