glibc/libio/tst-wmemstream2.c
Ulrich Drepper f01e40699c * posix/glob.c (glob_in_dir): Add some comments and asserts to
explain why there are no leaks.
2006-09-30 15:09:35 +00:00

8 lines
129 B
C

#include <wchar.h>
#define CHAR_T wchar_t
#define W(o) L##o
#define OPEN_MEMSTREAM open_wmemstream
#include "tst-memstream2.c"