1#include <wchar.h>
2
3#define CHAR_T wchar_t
4#define W(o) L##o
5#define OPEN_MEMSTREAM open_wmemstream
6
7#include "tst-memstream2.c"
8

source code of glibc/libio/tst-wmemstream2.c