Message-ID: <000901c27ff4$974bcbf0$0100a8c0@p4> From: "Andrew Cottrell" To: Subject: atoll() query Date: Wed, 30 Oct 2002 20:12:49 +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 This is from the djgpp newsgroup:- >Hi there >I just noticed, that 'long long atoll(const char *_s)' is not in the >stdlib sources nor in the docs, although it is prototyped in stdlib.h >Is this by intention, or am I missing something? Of course we can use >strtoll() but just curious. I have checked the latest DJGPP CVS LIBC and I get the same result, so until it is implemented then you are not missing something. I don't have a copy of the C99 standard to see if it should be in there. Can someone let me know if it should be and I will add it to the list of items to be done for the 2.04 release if it should be in there. Andrew