debian man page for case_lowerb

Query: case_lowerb

OS: debian

Section: 3

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

case_lowerb(3)						     Library Functions Manual						    case_lowerb(3)

NAME
case_lowerb - compare strings case-insensitively
SYNTAX
#include <case.h> void case_lowerb(void* s,size_t len);
DESCRIPTION
case_lowerb converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' in s[0], s[1], ..., s[len].
SEE ALSO
case_lowerb(3) case_lowerb(3)
Related Man Pages
rangecheck(3) - debian
strcasecmp(3) - netbsd
strncasecmp(3) - netbsd
strncasecmp(3) - freebsd
strncasecmp_l(3) - freebsd
Similar Topics in the Unix Linux Community
Help with djbdns code