summaryrefslogtreecommitdiff
path: root/stdio-common/bug18a.c
blob: 663cbf4fb7fe89da6081728baa61b1f16be5d565 (plain)
1
2
3
4
5
6
#include <wchar.h>
#define CHAR wchar_t
#define L(str) L##str
#define SSCANF swscanf

#include "bug18.c"