Download
jcs
/amend
/strnatcmp.h
(View History)
jcs util: Move strlcat, strlcpy, strndup, and snprintf here | Latest amendment: 93 on 2022-08-31 |
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 |