trusty (3) firestring_strncasecmp.3.gz

Provided by: libfirestring-dev_0.9.12-8ubuntu1_amd64 bug

NAME

       firestring_strncasecmp  -  strncasecmp(3)  provided  as  a  replacement  so  programs can maintain ANSI C
       compliance

SYNOPSIS

       #include <firestring.h>
       -lfirestring

       int firestring_strncasecmp(const char * const s1, const char * const s2, const long n)

DESCRIPTION

       firestring_strcasecmp() compares the first size bytes of s1 and s2 in a case insensitive fashion.

RETURN VALUE

       Returns -1 if the first n bytes of s1 < s2, 1 if the s2 segment > s1, and 0 if the  strings  segments  do
       match.

AUTHOR

       Ian Gulliver <ian@penguinhosting.net>

SEE ALSO

       libfirestring(3)

                                                   2003-05-15                          firestring_strncasecmp(3)