]> git.ipfire.org Git - thirdparty/glibc.git/blame - stdio-common/bug18a.c
vfprintf: Fix memory with large width and precision [BZ #19931]
[thirdparty/glibc.git] / stdio-common / bug18a.c
CommitLineData
e9055017
UD
1#include <wchar.h>
2#define CHAR wchar_t
3#define L(str) L##str
4#define SSCANF swscanf
5
6#include "bug18.c"