NNS_McsInitPrint

C Specification

#include <nnsys/mcs.h>
void NNS_McsInitPrint(
void*   pBuffer,
u32 size);

Arguments

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

Return Values

None.

Description

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.

See Also

NNS_McsPutString, NNS_McsPrintf

Revision History

12/17/2004 Initial version.