Download
jcs
/wallops
/strnatcmp.h
(View History)
| jcs irc: Speed up nick sorting | Latest amendment: 91 on 2024-09-12 |
| 1 | #ifndef __STRNATCMP_H__ |
| 2 | #define __STRNATCMP_H__ |
| 3 | |
| 4 | int strnatcmp(char const *a, char const *b); |
| 5 | int strnatcasecmp(char const *a, char const *b); |
| 6 | |
| 7 | #endif |