Skip to content

Use lossless type conversion in ctype.h

Peter Limkilde Svendsen requested to merge plimkilde/relibc:ctype_conv into master

Use lossless type conversion, using c_int::from() rather than the lossy as, in ctype.h.

This has also necessitated the use of byte literals, rather than Unicode chars, in a few places.

Merge request reports