Greg A. Woods; Planix, Inc. wrote:- > I recommend the following slightly more portable technique for ctype.h: > > #define _CTYPE_MASK ~(UINT_MAX << CHAR_BIT) Hoho, if sizeof (char) == sizeof (int). Neil.