]> git.ipfire.org Git - thirdparty/glibc.git/blob - stdio-common/tst-swscanf.c
Deprecate external use of libio.h and _G_config.h.
[thirdparty/glibc.git] / stdio-common / tst-swscanf.c
1 #define CHAR wchar_t
2 #define L(str) L##str
3 #define SSCANF swscanf
4 #include <wchar.h>
5 #include "tst-sscanf.c"