mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
* doc/posix-functions/btowc.texi: Add more details regarding mingw. * doc/posix-functions/fopen.texi: Likewise. * doc/posix-functions/mbrtowc.texi: Likewise. * doc/posix-functions/mbsinit.texi: Likewise. * doc/posix-functions/modf.texi: Likewise. * doc/posix-functions/modff.texi: Likewise. * doc/posix-functions/round.texi: Likewise. * doc/posix-functions/roundf.texi: Likewise. * doc/posix-functions/swprintf.texi: Likewise. * doc/posix-functions/timespec_get.texi: Likewise. * doc/posix-functions/wcrtomb.texi: Likewise.
26 lines
662 B
Plaintext
26 lines
662 B
Plaintext
@node mbsinit
|
|
@subsection @code{mbsinit}
|
|
@findex mbsinit
|
|
|
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/mbsinit.html}
|
|
|
|
Gnulib module: mbsinit
|
|
@mindex mbsinit
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This function is missing on some platforms:
|
|
Minix 3.1.8, HP-UX 11.00, mingw with UCRT, MSVC 14.
|
|
@item
|
|
This function always returns 1, even in multibyte locales, on some platforms:
|
|
mingw.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
@c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272218
|
|
This function is not useful after calls to @code{mbrtoc16} or @code{mbrtoc8}.
|
|
@end itemize
|