mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
f01e40699c
explain why there are no leaks.
8 lines
129 B
C
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"
|