X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 19 Nov 2005 19:48:56 -0500 Message-Id: <200511200048.jAK0muAw027928@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Joe Wright on Sat, 19 Nov 2005 19:38:38 -0500) Subject: Re: printf() doesn't print long long intege, maybe RHIDE problem References: <437d9a13 AT news DOT bezeqint DOT net> <9krff.1763$wf DOT 538 AT newsread3 DOT news DOT atl DOT earthlink DOT net> <437e55e2 DOT 279951667 AT localhost> <200511192220 DOT jAJMKMER020420 AT envy DOT delorie DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > ..is copy/pasted from my djgpp 203 [gcc.exe (GCC) 3.1] from 2002 or > so. I intend to refresh my C stuff with the latest djgpp within the > next few weeks. Do you suppose that 'info libc' and then 'g' > 'printf' will say something else? It depends on what verson of djgpp you get. The CVS version of DJGPP's documentation matches the web version, so you should not use "%Ld". The printf source code happens to support it, for people who don't read the directions. %Ld is not standard.