Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 10:08:51 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Pietro Cerutti <gahr@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r246120 - in head: include lib/libc/stdio tools/regression/lib/libc/stdio
Message-ID:  <201301301008.51324.jhb@freebsd.org>
In-Reply-To: <201301301459.r0UExQKw074249@svn.freebsd.org>
References:  <201301301459.r0UExQKw074249@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, January 30, 2013 9:59:26 am Pietro Cerutti wrote:
> Author: gahr (ports committer)
> Date: Wed Jan 30 14:59:26 2013
> New Revision: 246120
> URL: http://svnweb.freebsd.org/changeset/base/246120
> 
> Log:
>   Add fmemopen(3), an interface to get a FILE * from a buffer in memory, 
along
>   with the respective regression test.
>   See 
http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html
>   
>   Reviewed by:	cognet
>   Approved by:	cognet

Oh, cool!  I have an implementation of open_memstream() based on funopen() 
that I can import them.  I was waiting to implement this so they could be
added together (since Linux treats them as a pair).

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301008.51324.jhb>