]> git.ipfire.org Git - thirdparty/glibc.git/blame - stdio-common/tst-swscanf.c
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / stdio-common / tst-swscanf.c
CommitLineData
821d3e70
UD
1#define CHAR wchar_t
2#define L(str) L##str
3#define SSCANF swscanf
4#include <wchar.h>
5#include "tst-sscanf.c"