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:
Reference in New Issue
Block a user
all the ctype.h functions' argument must be representable as an unsigned char or as EOF, otherwise the behavior is undefined.