SWSCANF(3) Library Functions Manual SWSCANF(3)

swscanfconvert formatted wide-character input

#include <stdio.h>
#include <wchar.h>

int swscanf(const wchar_t *s, const wchar_t *format, ... );

Refer to fwscanf(3) .

Derived from the ISO/IEC 9899/AMD1:1995 (“ISO C90, Amendment 1”) (E).

February 1997 posix.fail