Strcasecmp(3) provided as a replacement so programs can maintain ansi c compliance
#include <firestring.h>
-lfirestring
int firestring_strcasecmp(const char * const s1, const char * const s2)
firestring_strcasecmp() compares s1 and s2 in a case insensitive fashion.
Returns -1 if s1 < s2, 1 if s1 > s2, and and 0 if the strings match.
Ian Gulliver <[email protected]>