_snprintf

  1. int _snprintf(scope char* s, size_t n, scope const char* fmt, ...)
  2. alias _snprintf = __mingw_snprintf
  3. int _snprintf(scope char* s, size_t n, scope const char* format, ...)
    version(!MinGW)
    int
    _snprintf
    (
    scope char* s
    ,
    size_t n
    ,
    scope const char* format
    ,)
Suggestion Box / Bug Report