'\" te .\" Copyright (c) 2002, Sun Microsystems, Inc. All Rights Reserved .TH _toupper 3C "24 Jul 2002" "SunOS 5.11" "Standard C Library Functions" .SH NAME _toupper \- transliterate lower-case characters to upper-case .SH SYNOPSIS .LP .nf #include \fBint\fR \fB_toupper\fR(\fBint\fR \fIc\fR); .fi .SH DESCRIPTION .sp .LP The \fB_toupper()\fR macro is equivalent to \fBtoupper\fR(3C) except that the argument \fIc\fR must be a lower-case letter. .SH RETURN VALUES .sp .LP On successful completion, \fB_toupper()\fR returns the upper-case letter corresponding to the argument passed. .SH ERRORS .sp .LP No errors are defined. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; lw(2.75i) |lw(2.75i) lw(2.75i) |lw(2.75i) . \fBATTRIBUTE TYPE\fR\fBATTRIBUTE VALUE\fR _ CSIEnabled _ Interface StabilityStandard _ MT-LevelMT-Safe .TE .SH SEE ALSO .sp .LP \fBislower\fR(3C), \fBtoupper\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5)