The OpenD Programming Language

printf

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

Meta