glibc/stdio-common/bug18a.c
Ulrich Drepper e9055017f6 * libio/wstrops.c (_IO_wstr_underflow): Clear errno before
returning WEOF.
	* stdio-common/Makefile (tests): Add bug18a.
	* stdio-common/bug18a.c: New file.
2007-07-07 21:38:43 +00:00

7 lines
105 B
C

#include <wchar.h>
#define CHAR wchar_t
#define L(str) L##str
#define SSCANF swscanf
#include "bug18.c"