copy-file: Add functions for copying non-confidential files.
[gnulib.git] / doc / glibc-functions / getwchar_unlocked.texi
blobf588300e1e8e7e8de6e6c748c155df2cf94fa817
1 @node getwchar_unlocked
2 @subsection @code{getwchar_unlocked}
3 @findex getwchar_unlocked
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getwchar-unlocked-1.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Character Input,,Character Input,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Character-Input.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getwchar_unlocked.3.html,,man getwchar_unlocked}.
18 @end itemize
20 Gnulib module: ---
22 Portability problems fixed by Gnulib:
23 @itemize
24 @end itemize
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @item
29 This function is missing on all non-glibc platforms:
30 macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 11.4, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
31 @item
32 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
33 accommodate all Unicode characters.
34 @end itemize