From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10212121413.AA27197@clio.rice.edu> Subject: Re: scanf buffer overflow; support 'hh' conversion specifier [PATCH] To: djgpp-workers AT delorie DOT com Date: Thu, 12 Dec 2002 08:13:01 -0600 (CST) In-Reply-To: <3DF86A50.69057DB1@phekda.freeserve.co.uk> from "Richard Dawe" at Dec 12, 2002 10:52:00 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > OK, now I've confused myself. I'm not sure what Borland X is supposed to do. > Charles, I looked at your list from the Borland C++ 3.0 docs and it seemed > like you looked at the printf page, when you wrote: > > "E - same as e with E for exponent > G - same as g with G for exponent > X - same as x with capital ABCDEF in output" > > The word "output" makes me think you looked at the printf page. Yes, duh. Maybe I should get some sleep. d,D, o,O, i,I, u,U, x,X, e,E, g,G all supposedly do the same thing.