ctype, string: depend on extern-inline
[gnulib.git] / doc / posix-functions / tolower.texi
1 @node tolower
2 @section @code{tolower}
3 @findex tolower
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tolower.html}
6
7 Gnulib module: ctype
8
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
16
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