On errno
Poul-Henning Kamp
phk at phk.freebsd.dk
Mon Mar 30 23:46:30 PDT 2009
In message <20090331064959.GA3516 at onelab2.iet.unipi.it>, Luigi Rizzo writes:
>we are probably digressing but printf in glibc has specifiers to
>indicate which argument you want to use for each format.
>
>http://www.gnu.org/software/hello/manual/libc/Output-Conversion-Syntax.html
>
>I suppose this takes an extra pass over the format string to collect
>the proper type info for all arguments, so it is not
>not a dramatic change in the implementation of *printf.
Yeah, we have that crap too, and you can see how messy and slow our
printf became as a result in SVN.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
More information about the freebsd-arch
mailing list