fmemopen.3: SEE OPEN: Add fopencookie(3)

fopencookie(3) is used to implement fmemopen().

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Petr Baudis 2008-12-05 11:25:19 -05:00 committed by Michael Kerrisk
parent 2656acee7d
commit da607ba120
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
.\" and Copyright 2005 Michael Kerrisk <mtk.manpages@gmail.com>
.\" Distributed under the GPL.
.\"
.TH FMEMOPEN 3 2008-10-12 "GNU" "Linux Programmer's Manual"
.TH FMEMOPEN 3 2008-12-05 "GNU" "Linux Programmer's Manual"
.SH NAME
fmemopen, open_memstream \- open memory as stream
.SH SYNOPSIS
@ -225,4 +225,5 @@ call fails, returning \-1.
.\" http://sourceware.org/bugzilla/show_bug.cgi?id=1996
.SH "SEE ALSO"
.BR fopen (3),
.BR fopencookie (3),
.BR feature_test_macros (7)