![]() |
![]() |
![]() |
Scan input from a character string
#include <wchar.h> int swscanf( const wchar_t * ws, const wchar_t * format, ... );
libc
The swscanf() function scans input from the character string ws, under control of the argument format. Following the format string is the list of addresses of items to receive values.
For details about the format string, see scanf(). The swscanf() function is the wide-character version of sscanf().
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
errno, fwscanf(), scanf(), swscanf(), vfwscanf(), vswscanf(), wscanf()
![]() |
![]() |
![]() |