Compare, recognizing numeric string and ignoring case. */
| 207 | |
| 208 | /* Compare, recognizing numeric string and ignoring case. */ |
| 209 | S32 dStrnatcasecmp(const nat_char* a, const nat_char* b) { |
| 210 | return strnatcmp0(a, b, 1); |
| 211 | } |
| 212 | |
| 213 | //------------------------------------------------------------------------------ |
| 214 | // non-standard string functions |
no test coverage detected