K 10 svn:author V 5 peter K 8 svn:date V 27 1998-07-08T00:44:56.000000Z K 7 svn:log V 349 Replace my original asprintf() and vasprintf() hacks with something more cleanly integrated with stdio. This should be faster and cleaner since it doesn't memcpy() the data into a seperate buffer. This lets stdio allocate and manage the buffer and then hand it over to the user. Obtained from: Todd Miller via OpenBSD END