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