nn::ngc::MAX_WORD_LENGTH Constantconst u8 MAX_WORD_LENGTH = NN_NGC_MAX_WORD_LENGTH;
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 ).
CONFIDENTIAL