Defined in header <wchar.h> int wscanf( const wchar_t *format, ... ); (1) (since C95) int fwscanf( FILE *stream, const wchar_t *format, ... ); (2) (since C95) int swscanf( const wchar_t *buffer, const wchar_t *format, ... ); (3) (since C95) int wscanf_s( const wchar_t *restrict format, ...); (4) (since C11) int fwscanf_s( FILE *restrict stream,
const wchar_t *restrict format, ...); (5) (since C11) int swscanf_s( const wchar_t *restrict