mirror of
https://github.com/fluencelabs/musl
synced 2025-06-22 19:21:58 +00:00
implement open_memstream
this is the first attempt, and may have bugs. only minimal testing has been performed.
This commit is contained in:
@ -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 *);
|
||||
|
Reference in New Issue
Block a user