Compare, recognizing numeric string and ignoring case. */
| 174 | |
| 175 | /* Compare, recognizing numeric string and ignoring case. */ |
| 176 | int strnatcasecmp(nat_char const *a, nat_char const *b) { |
| 177 | return strnatcmp0(a, b, 1); |
| 178 | } |
no test coverage detected