nn::ngc::MAX_WORD_LENGTH Constant

Syntax

const u8 MAX_WORD_LENGTH =  NN_NGC_MAX_WORD_LENGTH;

Description

This is the maximum number of characters (including the null terminator) per word when checking words.

This value represents a number of characters. To convert this to a number of bytes, multiply the value by sizeof( wchar_t ).

Revision History

2012/04/20
Initial version.

CONFIDENTIAL