blob: 1c82d87baf0ce5f0974c82529d0c442d7961a655 [file] [log] [blame]
@node vsscanf
@section @code{vsscanf}
@findex vsscanf
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/vsscanf.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
MSVC 14.
@item
On Windows platforms (excluding Cygwin), this function does not set @code{errno}
upon failure.
@item
On Windows, these functions don't support the @code{hh}, @code{ll}, @code{j},
@code{t}, @code{z} size specifiers.
@end itemize