#include int isascii ( int ch ) { return (unsigned int)ch < 128u; }