The OpenD Programming Language

sprintf

import core.stdc.stdio;
version(MinGW)
extern (C) nothrow @nogc
alias sprintf = __mingw_sprintf

Meta