delorie.com/archives/browse.cgi | search |
From: | Waldemar Schultz <schultz AT ma DOT tum DOT de> |
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> <p98vrug6fkpef2sp1014n93hr1c9etlf5h AT 4ax DOT com> |
NNTP-Posting-Host: | pcritter14.mathematik.tu-muenchen.de |
Mime-Version: | 1.0 |
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 <stdlib.h> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |