debian man page for case_starts

Query: case_starts

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

case_starts(3)						     Library Functions Manual						    case_starts(3)

NAME
case_starts - compare prefixes of strings case-insensitively
SYNTAX
#include <case.h> int case_starts(const char* a,const char* b);
DESCRIPTION
case_starts returns 1 if b is a prefix of a, 0 otherwise. For this comparison, 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.
SEE ALSO
str_start(3) case_starts(3)
Related Man Pages
strcasecmp(3) - mojave
strncasecmp_l(3) - osx
strcasecmp(3) - osx
strcasecmp_l(3) - osx
strcasecmp_l(3) - freebsd
Similar Topics in the Unix Linux Community
How to define array in Bourne shell , csh &amp; ksh
Debugging a running process in GDB
How to hide from UNIX strings - obfuscate or hide a literal or constant?