Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
utoupper(3)			Allegro	manual			   utoupper(3)

NAME
       utoupper	 -  Converts  a	letter to upper	case. Allegro game programming
       library.

SYNOPSIS
       #include	<allegro.h>

       int utoupper(int	c);

DESCRIPTION
       This function returns `c', converting it	to upper case if it  is	 lower
       case.

SEE ALSO
       utolower(3),   ugetc(3),	 ugetx(3),  usetc(3),  uwidth(3),  ucwidth(3),
       uisok(3)

Allegro				 version 4.4.3			   utoupper(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=utoupper&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help