poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / sscanf.texi
blobc445cf290f1d3157a1e22ea10655b01ac344e763
1 @node sscanf
2 @section @code{sscanf}
3 @findex sscanf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/sscanf.html}
7 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-sscanf.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 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
19 upon failure.
20 @item
21 On Windows, this function doesn't support the @code{hh}, @code{ll}, @code{j},
22 @code{t}, @code{z} size specifiers.
23 @end itemize