avoid potential UB when using isprint()
all the ctype.h functions' argument must be representable as an unsigned char or as EOF, otherwise the behavior is undefined.
This commit is contained in:
parent
2aefa348ba
commit
af3bb68add
Loading…
Reference in New Issue