Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site fortune.UUCP Path: utzoo!linus!decvax!harpo!eagle!mhuxi!houxm!ihnp4!fortune!notes From: notes@fortune.UUCP Newsgroups: net.lang.c Subject: Re: need info: %r in printf - (nf) Message-ID: <1589@fortune.UUCP> Date: Tue, 11-Oct-83 23:03:39 EDT Article-I.D.: fortune.1589 Posted: Tue Oct 11 23:03:39 1983 Date-Received: Thu, 13-Oct-83 04:50:10 EDT Sender: notes@fortune.UUCP Organization: Fortune Systems, Redwood City, CA Lines: 12 #R:fortune:-158700:fortune:16200007:000:412 fortune!olson Oct 11 19:57:00 1983 John, you are out of luck on this one. %r was a beautiful kludge which was undocumented, and went away with post V7 releases. What it did was allow you to pass a char ** to printf. printf then took the rest of the format and arguments from that pointer. This was wonderful for doing a common debug/error function. It went away ..... By the way, anything following the %r in the format was totally ignored