Roger A. Faulkner writes: > This case adds two new functions to the C library, asprintf() > and vasprintf() as follows: > > int asprintf(char **ret, const char *format, ...); > int vasprintf(char **ret, const char *format, va_list ap); > > The committment level of these interfaces is Committed.
+1 with the addition of the somewhat dubious EAGAIN from malloc(3C). -- James Carlson, Solaris Networking <james.d.carlson at sun.com> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
