]> git.armaanb.net Git - libacheam.git/blob - man/toupperw.3.scd
885627eb36600423ab5bf8ff362e41c5301cf8f5
[libacheam.git] / man / toupperw.3.scd
1 toupperw(3)
2
3 # NAME
4 toupperw, tolowerw - convert strings to uppercase or lowercase
5
6 # SYNOPSIS
7 ```
8 #include <acheam.h>
9
10 char * toupperw(char *);
11 char * tolowerw(char *);
12 ```
13
14 # DESCRIPTION
15 Like ctype.h's toupper() and tolower(), except that it can take full strings
16 instead of just single characters.
17
18 # RETURN VALUE
19 A pointer to the converted string.
20
21 # SEE ALSO
22 toupper(3), tolower(3)
23
24 # COLOPHON
25 This page is a part of libacheam(3).