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

ustrupr - Replaces all letters with upper case. Allegro game programming library.

Description

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

          char buffer[] = "lower case string";
          allegro_message(ustrupr(buffer));

Name

       ustrupr - Replaces all letters with upper case. Allegro game programming library.

Return Value

       The return value is the value of `s'.

See Also

uconvert(3alleg4), utolower(3alleg4), ustrlwr(3alleg4)

Allegro                                           version 4.4.3                                 ustrupr(3alleg4)

Synopsis

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

See Also