June 26, 2014
4:05 p.m.
"Clive D.W. Feather" <clive@davros.org> writes:
isascii isn't part of the C Standard. It is better to follow C, which says that the argument to all the is* functions should be an unsigned char or EOF (which is what getc() and friends return).
It says that only about the functions that the C Standard defines. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."