Date: Mon, 2 Mar 2009 04:11:42 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/stdio asprintf.c Message-ID: <200903031713.n23HDavD089999@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2009-03-02 04:11:42 UTC FreeBSD src repository Modified files: lib/libc/stdio asprintf.c Log: SVN rev 189271 on 2009-03-02 04:11:42Z by das Rewrite asprintf() as a wrapper around vasprintf(), thus reducing the number of functions that have an incestuous relationship with the arcane innards of stdio. Revision Changes Path 1.15 +22 -43 src/lib/libc/stdio/asprintf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903031713.n23HDavD089999>