I was looking for fmemopen to remember I was actually looking for open_memstream, and it was much more difficult than it ought to've been. Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@xxxxxxxxxxxxxxxxxx> --- Sorry for the v3 for some reason I didn't amend the commit (blame it on the holiday cheer). man3/stdio.3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man3/stdio.3 b/man3/stdio.3 index 833230402..0809b4536 100644 --- a/man3/stdio.3 +++ b/man3/stdio.3 @@ -192,9 +192,15 @@ .SS List of functions \fBfileno\fP(3) T{ return the integer descriptor of the argument stream T} +\fBfmemopen\fP(3) T{ +open memory as stream +T} \fBfopen\fP(3) T{ stream open functions T} +\fBfopencookie\fP(3) T{ +opening a custom stream +T} \fBfprintf\fP(3) T{ formatted output conversion T} @@ -243,6 +249,12 @@ .SS List of functions \fBmktemp\fP(3) T{ make temporary filename (unique) T} +\fBopen_memstream\fP(3) T{ +open a dynamic memory buffer stream +T} +\fBopen_wmemstream\fP(3) T{ +open a dynamic memory buffer stream +T} \fBperror\fP(3) T{ system error messages T} -- 2.39.2
Attachment:
signature.asc
Description: PGP signature