diff options
Diffstat (limited to 'stdio-common/tst-swscanf.c')
-rw-r--r-- | stdio-common/tst-swscanf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stdio-common/tst-swscanf.c b/stdio-common/tst-swscanf.c new file mode 100644 index 0000000000..6ec1c8e6c7 --- /dev/null +++ b/stdio-common/tst-swscanf.c @@ -0,0 +1,5 @@ +#define CHAR wchar_t +#define L(str) L##str +#define SSCANF swscanf +#include <wchar.h> +#include "tst-sscanf.c" |