Man Page: firestring_strncasecmp
Operating Environment: debian
Section: 3
firestring_strncasecmp(3) Library Functions Manual firestring_strncasecmp(3)NAMEfirestring_strncasecmp - strncasecmp(3) provided as a replacement so programs can maintain ANSI C complianceSYNOPSIS#include <firestring.h> -lfirestring int firestring_strncasecmp(const char * const s1, const char * const s2, const long n)DESCRIPTIONfirestring_strcasecmp() compares the first size bytes of s1 and s2 in a case insensitive fashion.RETURN VALUEReturns -1 if the first n bytes of s1 < s2, 1 if the s2 segment > s1, and 0 if the strings segments do match.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3) 2003-05-15 firestring_strncasecmp(3)
| Related Man Pages |
|---|
| strcasecmp(3) - centos |
| strncasecmp(3) - redhat |
| firestring_estr_chug(3) - debian |
| strncasecmp_l(3) - osx |
| strcasecmp(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Introduction |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |