case_lowers

Langue: en

Version: 151439 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

case_lowers - compare strings case-insensitively

SYNTAX

#include <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)