Mount Fuji Engine  0.8b
MF_API size_t MFFile_StdWrite ( const void *  buffer,
size_t  size,
size_t  count,
void *  stream 
)

Writes data to a file.

Parameters
bufferPointer to the data to be written.
sizeNumber of bytes in a block.
countNumber of blocks to write.
streamHandle to an open file.
Returns
The number of bytes written.
Remarks
This function complies with the stdio function signature (can be used as callbacks to many libs and API's).