imBinFilePrintf

Writes a string without the NULL terminator. The function uses sprintf to compose the string. \n * The internal buffer is fixed at 4096 bytes. \n * Returns the actual count of values writen. * \ingroup binfile

extern (C) @safe nothrow
ulong
imBinFilePrintf
(,
const(char)* format
,)

Meta