[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: stdout to buffer
- From: Andres Perera <andres.p@...>
- Date: Mon, 15 Jul 2013 15:03:20 -0430
On Mon, Jul 15, 2013 at 11:53 AM, jseb <gmane2010@finiderire.com> wrote:
> Hello,
>
> I'd like to accumulate stdio to a buffer.
fmemopen() in POSIX systems grants access to a memory buffer in form
of a STREAM. On the C side, do `f = fmemopen(...); stdin = f;`
There are Lua POSIX libraries that possibly provide this as well.
- Prev by Date:
Re: Perl, Python, Ruby, PHP, C, C++, Lua, tcl, javascript and Java comparison
- Next by Date:
Re: Perl, Python, Ruby, PHP, C, C++, Lua, tcl, javascript and Java comparison
- Previous by thread:
Re: stdout to buffer
- Next by thread:
Perl, Python, Ruby, PHP, C, C++, Lua, tcl, javascript and Java comparison
- Index(es):