• R
    fix ctype macros to cast argument to (unsigned) first · 7e14ed13
    Rich Felker 提交于
    issue reported by nsz, but it's actually not just pedantic. the
    functions can take input of any arithmetic type, including floating
    point, and the behavior needs to be as if the conversion implicit in
    the function call took place.
    7e14ed13
ctype.h 1.3 KB