Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Fri, 1 Oct 1999 08:04:43 -0400
To: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>
Cc: khan@thor.xraylith.wisc.edu, cygwin@sourceware.cygnus.com
Subject: Re: strtoll() and strtoull()
Message-ID: <19991001080443.B905@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>,
	khan@thor.xraylith.wisc.edu, cygwin@sourceware.cygnus.com
References: <199909301705.MAA10463@mercury.xraylith.wisc.edu> <199910010807.KAA16478@henkell.ibr.cs.tu-bs.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95.6i
In-Reply-To: <199910010807.KAA16478@henkell.ibr.cs.tu-bs.de>; from Juergen Schoenwaelder on Fri, Oct 01, 1999 at 10:07:57AM +0200

On Fri, Oct 01, 1999 at 10:07:57AM +0200, Juergen Schoenwaelder wrote:
>
>>>>>> Mumit Khan writes:
>
>Mumit> If you do mean strtoll/strtoull (ie., *two* l's at the end),
>Mumit> these are not in any standard I know of. If the two 'l's at the
>Mumit> end refer to the long long version, those are non-standard and
>Mumit> newlib doesn't implement it. Newlib maintainers will accept
>Mumit> patches of course.
>
>Of course, I mean strtoll/strtoull. And they are at least very close
>to standard. Besides that, they make a whole lot of sense since the
>gcc supports long long and friends.
>
>Anyway, is it legal to simply copy the implementation of strtoll() and
>strtoull() from glibc? Or do you have to implement it from scratch for
>some reason?

We can't use glibc routines in cygwin.  That's why we have newlib.

-Chris Faylor
-Cygwin Manager
-Cygnus Solutions

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

