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