NNS_McsInitPrint

Syntax

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

Arguments

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

Return Values

None.

Description

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.

See Also

NNS_McsPutString
NNS_McsPrintf
NNS_McsFinalizePrint

Revision History

2009/03/11 Added links to See Also.
2004/12/17 Initial version.


CONFIDENTIAL