Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3c/_toupper.3c
Real path: /usr/share/man/man3c/_toupper.3c
Zurück
'\" te .\" Copyright (c) 2002, 2021, Oracle and/or its affiliates. .TH _toupper 3C "11 May 2021" "Oracle Solaris 11.4" "Standard C Library Functions" .SH NAME _toupper \- transliterate lowercase characters to uppercase .SH SYNOPSIS .LP .nf #include <ctype.h> \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 lowercase letter. .SH RETURN VALUES .sp .LP On successful completion, \fB_toupper()\fR returns the uppercase letter corresponding to the argument passed. .SH ERRORS .sp .LP No errors are defined. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ CSI Enabled _ Interface Stability Standard _ MT-Level MT-Safe .TE .sp .SH SEE ALSO .sp .LP \fBislower\fR(3C), \fBtoupper\fR(3C), \fBattributes\fR(7), \fBstandards\fR(7) .SH NOTES .sp .LP The Single UNIX Specification, Version 4 standard marked this interface obsolescent.