• R
    replace prototype for basename in string.h with non-prototype declaration · 06aec8d7
    Rich Felker 提交于
    GNU programs may expect the GNU version of basename, which has a
    different prototype (argument is const-qualified) and prototype it
    themselves too. of course if they're expecting the GNU behavior for
    the function, they'll still run into problems, but at least this
    eliminates some compile-time failures.
    06aec8d7
string.h 2.4 KB