tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: RFC - add snscanf(3) to stdio



hi, all

>  > FILE *fopenmem(void * /*buf*/, int /*len*/, const char * /*mode*/);

GNU libc/FreeStandard Group/Linux Standard Base defines
fmemopen(3) and open_memstream(3)

and their assumed as part of C1X,
see "ISO/IEC TR24731-2 Bounds Checking via dynamic allocation"
http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1193.pdf

i'm now writing  NetBSD version of these function, see following archive.
http://www.hi-matic.org/distfiles/citrus/NetBSD/TR24731-20071223.tar.bz2

very truly yours.
-- 
Takehiko NOZAKI<takehiko.nozaki%gmail.com@localhost>


Home | Main Index | Thread Index | Old Index