Searched defs:toUPPER (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h321 =for apidoc Am|char|toUPPER|char ch
349 # define toUPPER(c) toupper(c) macro
361 # define toUPPER(c) (isLOWER(c) ? (c) - ('a' - 'A') : (c)) macro
512 # define toCTRL(c) (toUPPER(c) ^ 64)

Completed in 31 milliseconds