1#include <wchar.h>
2#define CHAR wchar_t
3#define L(str) L##str
4#define FPUTS fputws
5#define FSCANF fwscanf
6
7#include "bug19.c"
8

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of glibc/stdio-common/bug19a.c