re_search_internal: Avoid overflow in computing re_malloc buffer size
[glibc.git] / libio / tst-wmemstream1.c
blobf8b308bc6cc8d6305d785a9a3ede42b73fdce158
1 #include <wchar.h>
3 #define CHAR_T wchar_t
4 #define W(o) L##o
5 #define OPEN_MEMSTREAM open_wmemstream
7 #include "tst-memstream1.c"