#include <nnsys/mcs.h>
void NNS_McsInitPrint(
void* pBuffer,
u32 size);
pBuffer |
Work buffer used for string output. Use the buffer designated here with the NNS_McsPrintf function. |
size |
Size (in bytes) of the work buffer used for string output |
None.
Performs the initialization necessary to make the MCS string output function usable. To create a string for output, the string output function NNS_McsPrintf
uses the buffer designated with the arguments pBuffer
and size
. The maximum length of the string that the NNS_McsPrintf
function can output is the size (in bytes) designated with the argument size
.
NNS_McsPutString
NNS_McsPrintf
NNS_McsFinalizePrint
2009/03/11 Added links to See Also.
2004/12/17 Initial version.
CONFIDENTIAL