vma-prot: Add tests.
[gnulib.git] / doc / posix-functions / strfmon_l.texi
bloba0268a598fbda610cb12ffe47021745a6d7404c7
1 @node strfmon_l
2 @subsection @code{strfmon_l}
3 @findex strfmon_l
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/strfmon_l.html}
7 Gnulib module: strfmon_l
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function ignores the locale argument on some platforms:
13 FreeBSD 13.0, Cygwin 2.9.
14 @item
15 This function uses a wrong locale for the numbers on some platforms:
16 glibc 2.23.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @item
22 This function is missing on many platforms:
23 FreeBSD 6.0, NetBSD 7.1, OpenBSD 7.5, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 11.3, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
24 @end itemize