X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Sat, 19 Nov 2005 18:38:35 -0600 Date: Sat, 19 Nov 2005 19:38:38 -0500 From: Joe Wright User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp 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> In-Reply-To: <200511192220.jAJMKMER020420@envy.delorie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Lines: 24 NNTP-Posting-Host: 69.143.13.12 X-Trace: sv3-vYOLbjt08IZEVdp+na+ERk0q52HXiTLc9csG4aXn/1K+naONThZiD7cXXO3diS6Mw0HYLlCOGy5Hbgb!XrQnXtEYGZGMWZNCCTS0Kf2nLZv50DSX2RXNZMYE9j2I9acc4B1Yo0yYU4MkNVN4M0JDWFg/Uuj4!ew== X-Complaints-To: abuse AT comcast DOT net X-DMCA-Complaints-To: dmca AT comcast DOT net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com DJ Delorie wrote: >>Martin, please don't fight this one. From gcc's info on printf.. > > > gcc's info on printf is irrelevent. Please read DJGPP's info on > printf: > > http://www.delorie.com/djgpp/doc/libc/libc_624.html Re-writing history? My quote in the previous message.. * An optional conversion qualifier, which may be `h' to specify `short', `l' to specify long ints, or `L' to specify long doubles. Long long type can be specified by `L' or `ll'. ..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? -- Joe Wright "Everything should be made as simple as possible, but not simpler." --- Albert Einstein ---