Message-ID: <005201c282cb$8ffefd20$0100a8c0@p4> From: "Andrew Cottrell" To: Cc: References: <200211021146 DOT gA2Bk0a28426 AT speedy DOT ludd DOT luth DOT se> Subject: Re: LIBC 2.04 new function atoll() implementation Date: Sun, 3 Nov 2002 10:56:41 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com What are you trying to indicate by the 'int' lines? I do not understand this. Some info:- A 'long long' is not an 'int'. A 'long' is also not an 'int'. Andrew > > long long > int > > atoll(const char *str) > > > > long long > int > > atoll(const char *string);