modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / toupper.texi
blobe73f690df44541dddbf3b9952d27d1f82d4371bb
1 @node toupper
2 @section @code{toupper}
3 @findex toupper
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toupper.html}
7 Gnulib module: ctype
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function cannot be called from plain inline or extern inline functions
13 on some platforms:
14 OS X 10.8.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
21 accommodate all Unicode characters.
22 @end itemize