strtold

Added to Bionic since Lollipop.

  1. real strtold(scope inout(char)* nptr, inout(char)** endptr)
  2. alias strtold = __mingw_strtold
  3. real strtold(scope inout(char)* nptr, scope inout(char)** endptr)
    version(!MinGW)
    real
    strtold
    (
    scope inout(char)* nptr
    ,
    scope inout(char)** endptr
    )
Suggestion Box / Bug Report