imBinFileOpen

Opens an existant binary file for reading. * The default file byte order is the CPU byte order. * Returns NULL if failed. * \ingroup binfile

extern (C) @safe nothrow
imBinFileOpen
(
const(char)* pFileName
)

Meta