K 10 svn:author V 3 bde K 8 svn:date V 27 1995-06-14T07:55:07.000000Z K 7 svn:log V 337 Convert %p to 0x%x instead of to 0x%8x. The latter gives blank padding in the wrong place. Blank padding in the right place or zero padding would be inconsistent with user mode. Put case 'p' in alphabetical order. Implement %p in sprintf() too. I'd like only a single, more complete printf() core, perhaps one based on vsnprintf(). END