• R
    move iconv_close to its own translation unit · bff59d13
    Rich Felker 提交于
    this is in preparation to support stateful conversion descriptors,
    which are necessarily allocated and thus must be freed in iconv_close.
    putting it in a separate TU will avoid pulling in free if iconv_close
    is not referenced.
    bff59d13
iconv_close.c 63 字节