commit | 6b841db2baa24ffcf2a4e5f975d1d07f1699b918 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 20 16:10:49 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 20 17:03:46 2014 -0700 |
tree | af58fa1f4b5fa777f47e9ef797c50cff964b7046 | |
parent | b6ed54076abdd337150d7a92a661247b69d26cb4 [diff] [blame] |
Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. Bug: 17164505 Change-Id: I59e28a08ff8b6ab632230b11a5807cfd5278aeb5
diff --git a/libc/include/wchar.h b/libc/include/wchar.h index 1898c7e..ae10d93 100644 --- a/libc/include/wchar.h +++ b/libc/include/wchar.h
@@ -166,6 +166,7 @@ extern wctrans_t wctrans(const char*); #if __POSIX_VISIBLE >= 200809 +FILE* open_wmemstream(wchar_t**, size_t*); wchar_t* wcsdup(const wchar_t*); size_t wcsnlen(const wchar_t*, size_t); #endif