]> sourceware.org Git - glibc.git/blob - libio/tst-wmemstream2.c
Fix decoding of canonical name in getaddrinfo.
[glibc.git] / libio / tst-wmemstream2.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-memstream2.c"
This page took 0.03551 seconds and 5 git commands to generate.