]> git.ipfire.org Git - thirdparty/glibc.git/blame - libio/tst-wmemstream1.c
Update README.libm-test.
[thirdparty/glibc.git] / libio / tst-wmemstream1.c
CommitLineData
f01e4069
UD
1#include <wchar.h>
2
bb10459f
UD
3#define CHAR_T wchar_t
4#define W(o) L##o
5#define OPEN_MEMSTREAM open_wmemstream
6
7#include "tst-memstream1.c"