repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix resource leak in resolver (bug 19257)
[glibc.git]
/
libio
/
tst-wmemstream2.c
blob
e2442ebfac74a4d609ff002eb89fed57c58dd017
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"