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

ustrlwr - Replaces all letters with lower case. Allegro game programming library.

Description

       This function replaces all upper case letters in `s' with lower case letters. Example:

          char buffer[] = "UPPER CASE STRING";
          allegro_message(ustrlwr(buffer));

Name

       ustrlwr - Replaces all letters with lower case. Allegro game programming library.

Return Value

       The return value is the value of `s'.

See Also

uconvert(3alleg4), utolower(3alleg4), ustrupr(3alleg4)

Allegro                                           version 4.4.3                                 ustrlwr(3alleg4)

Synopsis

#include<allegro.h>char*ustrlwr(char*s);

See Also