poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / vsscanf.texi
blob5ad492b142f47166a2473545008cd622aeb97647
1 @node vsscanf
2 @section @code{vsscanf}
3 @findex vsscanf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/vsscanf.html}
7 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-vsscanf.html}
9 Gnulib module: ---
11 Portability problems fixed by Gnulib:
12 @itemize
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on some platforms:
19 MSVC 14.
20 @item
21 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
22 upon failure.
23 @item
24 On Windows, these functions don't support the @code{hh}, @code{ll}, @code{j},
25 @code{t}, @code{z} size specifiers.
26 @end itemize