mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
7 lines
129 B
C
7 lines
129 B
C
#include <wchar.h>
|
|
|
|
#define CHAR_T wchar_t
|
|
#define W(o) L##o
|
|
#define OPEN_MEMSTREAM open_wmemstream
|
|
|
|
#include "tst-memstream2.c"
|