On 07/20/2017 09:04 AM, Eric Blake wrote:
And I found this in C11:7.4 Character handling <ctype.h> 1 The header <ctype.h> declares several functions useful for classifying and mapping characters. 198) In all cases the argument is an int, the value of which shall be representable as an unsigned char or shall equal the value of the macro EOF. If the argument has any other value, the behavior is undefined.
Thanks. I should have looked up there. r~