case_lowers(3)

compare strings case-insensitively

Section 3 libowfat-dev bookworm source

Description

case_lowers

NAME

case_lowers - compare strings case-insensitively

SYNTAX

#include <libowfat/case.h>

void case_lowers(char* s);

DESCRIPTION

case_lowers converts each ’A’ to ’a’, ’B’ to ’b’, ..., ’Z’ to ’z’ for each character in s until the first \0.

SEE ALSO

case_lowerb(3)

See Also