• R
    fix btowc corner case · 38e2f727
    Rich Felker 提交于
    btowc is required to interpret its argument by conversion to unsigned
    char, unless the argument is equal to EOF. since the conversion to
    produces a non-character value anyway, we can just unconditionally
    convert, for now.
    38e2f727
btowc.c 112 字节