summaryrefslogtreecommitdiff
path: root/static/v10/man3/tolower.3
blob: 4a28affe57135273d977ba00ff44a3d722c8bf41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH TOLOWER 3
.CT 2 data_man
.SH NAME
tolower, toupper \(mi force upper or lower case
.SH SYNOPSIS
.B tolower(character)
.PP
.B toupper(character)
.SH DESCRIPTION
If
.I character
is an upper case letter,
.I tolower
returns the same lower case letter, otherwise
it returns the original character.
.PP
.I Toupper
does the reverse.
.SH SEE ALSO
.IR ctype (3)