projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update copyright notices with scripts/update-copyrights
[platform/upstream/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"