sprintf

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