Man Page: firestring_strcasecmp
Operating Environment: debian
Section: 3
firestring_strcasecmp(3) Library Functions Manual firestring_strcasecmp(3)NAMEfirestring_strcasecmp - strcasecmp(3) provided as a replacement so programs can maintain ANSI C complianceSYNOPSIS#include <firestring.h> -lfirestring int firestring_strcasecmp(const char * const s1, const char * const s2)DESCRIPTIONfirestring_strcasecmp() compares s1 and s2 in a case insensitive fashion.RETURN VALUEReturns -1 if s1 < s2, 1 if s1 > s2, and and 0 if the strings match.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3) 2002-03-31 firestring_strcasecmp(3)
| Related Man Pages |
|---|
| strncasecmp(3) - mojave |
| firestring_estr_chug(3) - debian |
| firestring_snprintf(3) - debian |
| strcasecmp(3) - osx |
| strcasecmp_l(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| A (ksh) Library For and From UNIX.com |