sprintf

  1. alias sprintf = __mingw_sprintf
    version(MinGW)
    alias sprintf = __mingw_sprintf
  2. int sprintf(scope char* s, scope const char* format, ...)
Suggestion Box / Bug Report