From: Waldemar Schultz Newsgroups: comp.os.msdos.djgpp Subject: Re: atoll() Date: Wed, 30 Oct 2002 10:38:53 +0100 Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Lines: 15 Message-ID: <3DBFA8AD.95CC1D63@ma.tum.de> References: <3DBE6253 DOT EA4C32D2 AT ma DOT tum DOT de> NNTP-Posting-Host: pcritter14.mathematik.tu-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: wsc10.lrz-muenchen.de 1035970730 21198 131.159.68.151 (30 Oct 2002 09:38:50 GMT) X-Complaints-To: news AT lrz-muenchen DOT de NNTP-Posting-Date: 30 Oct 2002 09:38:50 GMT X-Mailer: Mozilla 4.75 [de] (Win98; U) X-Accept-Language: de,en-US To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andrew Cottrell schrieb: > 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. #include long long atoll(const char *str) { return strtoll(str, NULL, 10); } -- Gruss Waldemar Schultz. schultz AT ma DOT tum DOT de Technische Universität München Zentrum Mathematik M1, D 85748 Garching Tel: +49 (0)89 28 91 79 36 FAX: +49 (0)89 28 91 79 32