musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011年09月03日 00:45:21 -0400
committerRich Felker <dalias@aerifal.cx>2011年09月03日 00:45:21 -0400
commitb158b32a44d56ef20407d4285b58180447ffff1f (patch)
tree0f037300f7c1746bc43e0a5c86e5e708059a41f3 /include
parentadb7093caae451348371d2299f6113b788439602 (diff)
downloadmusl-b158b32a44d56ef20407d4285b58180447ffff1f.tar.gz
implement open_memstream
this is the first attempt, and may have bugs. only minimal testing has been performed.
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h 1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index b54fe195..f087d9f2 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -121,6 +121,7 @@ FILE *tmpfile(void);
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
+FILE *open_memstream(char **, size_t *);
FILE *fdopen(int, const char *);
FILE *popen(const char *, const char *);
int pclose(FILE *);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月04日 11:10:12 +0000

AltStyle によって変換されたページ (->オリジナル) /