]> git.ipfire.org Git - thirdparty/glibc.git/blob - libio/tst-wmemstream1.c
elf: Make glibc.rtld.enable_secure ignore alias environment variables
[thirdparty/glibc.git] / libio / tst-wmemstream1.c
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-memstream1.c"