Path: utzoo!dciem!array!colin From: colin@array.UUCP (Colin Plumb) Newsgroups: comp.lang.c Subject: Re: Novice MicroSoft C5.1 question Message-ID: <463@array.UUCP> Date: 9 Aug 90 14:58:19 GMT References: <17179@haddock.ima.isc.com> <440@demott.COM> <165@srchtec.UUCP> Organization: Array Systems Computing, Inc., Toronto, Ontario, CANADA Lines: 12 In article <165@srchtec.UUCP> johnb@srchtec.UUCP (John Baldwin) writes: > [Obviously, in this instance, you'll have to do more than that, > since there's not a '%p' format specifier in the ANSI printf()!!! > Sorry. :-/ ] Yes, there is! %p prints the value of a (void *) pointer in an implementation-defined manner. %Np and %Fp are Microsoft inventions, but the first I heard about %p was when reading the ANSI spec. (Ref: 4.10.something) -- -Colin