AmendHub

Download

jcs

/

wallops

/

strnatcmp.h

 

(View History)

jcs   strnatcmp: Add local copy Latest amendment: 32 on 2022-09-06

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