The OpenD Programming Language

fprintf

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

Meta