Discussion:
[ast-developers] fmemopen() and open_memstream() in libast?
Simon Toedt
2012-07-24 11:19:54 UTC
Permalink
Does anyone know how I can emulate fmemopen()
[http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html#]
and open_memstream()
[http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html]
with libast api? We need this call to port over applications from libc
to libast on Linux.

Simon
Glenn Fowler
2012-07-24 14:08:32 UTC
Permalink
ast <stdio.h> provides fmemopen()
it doesn't have open_memstream()
we'll put that on the todo list for the sfio review
Post by Simon Toedt
Does anyone know how I can emulate fmemopen()
[http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html#]
and open_memstream()
[http://pubs.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html]
with libast api? We need this call to port over applications from libc
to libast on Linux.
Simon
_______________________________________________
ast-developers mailing list
ast-developers at research.att.com
https://mailman.research.att.com/mailman/listinfo/ast-developers
Simon Toedt
2013-09-04 18:26:54 UTC
Permalink
Post by Glenn Fowler
ast <stdio.h> provides fmemopen()
it doesn't have open_memstream()
we'll put that on the todo list for the sfio review
Are you still doing this someday?

Simon
Simon Toedt
2014-10-14 21:50:46 UTC
Permalink
Glenn, has this been fixed now?
Post by Simon Toedt
Post by Glenn Fowler
ast <stdio.h> provides fmemopen()
it doesn't have open_memstream()
we'll put that on the todo list for the sfio review
Are you still doing this someday?
Simon
--
Simon
Loading...