Return TypeFunction nameArguments
boolIsWhite(int,)

Declared in file: hzChars.h
Defined in file : hzTextproc.cpp

Function Logic:

Function body:

bool IsWhite (int c)
                               { return c >&eq; 0&& c < 256&&chartype[c]& CTYPE_WHITE ? true : false ; }