]> git.ipfire.org Git - thirdparty/glibc.git/blob - stdio-common/bug18a.c
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / stdio-common / bug18a.c
1 #include <wchar.h>
2 #define CHAR wchar_t
3 #define L(str) L##str
4 #define SSCANF swscanf
5
6 #include "bug18.c"