firestring_strcasecmp
firestring_strcasecmp
Section: C Library Functions (3) Updated: 2002-03-31 Local index
Up
NAME
firestring_strcasecmp -
strcasecmp(3)
provided as a replacement so programs can maintain ANSI C compliance
SYNOPSIS
#include <firestring.h>
-lfirestring
int firestring_strcasecmp(const char * const s1, const char * const s2)
DESCRIPTION
firestring_strcasecmp() compares
s1
and
s2
in a case insensitive fashion.
RETURN VALUE
Returns
-1
if s1 < s2,
1
if s1 > s2, and and
0
if the strings match.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- AUTHOR
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:46:13 GMT, April 16, 2011