#include <nnsys/mcs.h>
void NNS_McsInitPrint(
void* pBuffer,
u32 size);
| pBuffer | The 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. In order 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
2004/12/17 Initial version.
CONFIDENTIAL