Subject: Re: number base printing conventions
To: Erik E. Fair <fair@clock.org>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: tech-kern
Date: 07/28/1997 13:58:01
> The short version is I'd like to see each place where we see %x or %p be
> replaced by 0x%x or 0x%p (or some other convention like appending 'h'). I'm
> certainly going to do this for those modules that I come across, but I'd
> like know that some of you agree with me that keeping a consistent standard
> in this regard is a good idea.

It is not correct to turn %p into 0x%p.



cgd