0923a2c896
in loop to look for conversion specifier to avoid testing of wrong errno value. * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a. * stdio-common/bug18a.c: New file. * stdio-common/bug19.c: New file. * stdio-common/bug19a.c: New file.
8 lines
126 B
C
8 lines
126 B
C
#include <wchar.h>
|
|
#define CHAR wchar_t
|
|
#define L(str) L##str
|
|
#define FPUTS fputws
|
|
#define FSCANF fwscanf
|
|
|
|
#include "bug19.c"
|