From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: atoll() Date: Wed, 30 Oct 2002 20:10:15 +1100 Organization: ECLiPSE Lines: 10 Message-ID: References: <3DBE6253 DOT EA4C32D2 AT ma DOT tum DOT de> NNTP-Posting-Host: p168-tnt6.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1035969018 11407 203.173.146.168 (30 Oct 2002 09:10:18 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Wed, 30 Oct 2002 09:10:18 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >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. Andrew