Subject: Re: printf formats again
To: None <current-users@NetBSD.ORG>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 11/14/1996 08:08:28
%b would be bad because it's ANSI space, not implementationspace.  %B would
be potentially bad because it's intuitive for Binary.  I would reccommend
%D and %U for "largest type", but I think the <inttypes.h> people (who
havegotten intmax_t added to the standard) may have solved this already.

Next time I get a current draft, I can suggest upwards-compatible solutions.

-s