Why vprintf and not %r?

Sam Kendall kendall at wjh12.UUCP
Mon Mar 26 04:58:40 AEST 1984


The new functions in System V.2, vprintf, vfprintf, and vsprintf,
provide the functionality of calling _doprnt directly.  I would
like to know why these three new functions were defined when printf
under V7 already had a solution, albeit undocumented: the %r
conversion code.  %r could have been defined in terms of the
varargs macros, and still have been upward compatible from V7.
*Sigh*.

	Sam Kendall	{allegra,ihnp4,ima,amd70}!wjh12!kendall
	Delft Consulting Corp.	    decvax!genrad!wjh12!kendall



More information about the Comp.unix.wizards mailing list