strtold

  1. real strtold(scope inout(char)* nptr, inout(char)** endptr)
    version(CRuntime_Microsoft) extern (D)
    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)
Suggestion Box / Bug Report