mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 14:26:38 +02:00
7c6358024c
extern int strnatcmp(char const *a, char const *b);
extern int strnatcasecmp(char const *a, char const *b);
This will be handy for version comparisons. For example they will
return -1 (=lower) for things like ("1.4.9", "1.4.10"), unlike strcmp.
Also, some loosely related spelling fixes elsewhere.