821d3e7031
* stdio-common/tst-sscanf.c: Make tests usable for swscanf testing. * stdio-common/tst-swscanf.c: New file.
6 lines
109 B
C
6 lines
109 B
C
#define CHAR wchar_t
|
|
#define L(str) L##str
|
|
#define SSCANF swscanf
|
|
#include <wchar.h>
|
|
#include "tst-sscanf.c"
|