logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

case_lowerb - compare strings case-insensitively

Description

       case_lowerb converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' in s[0], s[1], ..., s[len].

Name

       case_lowerb - compare strings case-insensitively

See Also

case_lowerb(3)

                                                                                                  case_lowerb(3)

Syntax

#include<libowfat/case.h>

       void case_lowerb(void* s,size_t len);

See Also