Initial Release 4.0

Function : Character Manipulation
NLS_isspace - Tests if a character is a whitespace character.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_isspace(
const BYTE far *pCharacter,
NLS_PINFO pInfo);

Description :

This function tests if a character is a whitespace character.

Parameters :

See Also :

NLS_INFO
----------------------------------------------------------------------------------------------------------