strtold

Added to Bionic since Lollipop.

  1. alias strtold = __mingw_strtold
  2. real strtold(inout(char)* nptr, inout(char)** endptr)
  3. real strtold(inout(char)* nptr, inout(char)** endptr)
    version(!CRuntime_Microsoft)
    extern (C) nothrow @nogc
    real
    strtold
    (
    scope inout(char)* nptr
    ,
    scope inout(char)** endptr
    )

Meta