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
Message-Id: <199909301705.MAA10463@mercury.xraylith.wisc.edu>
To: Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de>
cc: cygwin@sourceware.cygnus.com
Subject: Re: strtoll() and strtoull() 
In-Reply-To: Your message of "Thu, 30 Sep 1999 16:05:45 +0200."
             <199909301405.QAA28571@henkell.ibr.cs.tu-bs.de> 
Date: Thu, 30 Sep 1999 12:05:36 -0500
From: Mumit Khan <khan@thor.xraylith.wisc.edu>

Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de> writes:
> 
> Is there any reason why strtoll() and strtoull() are missing in the
> cygwin libraries?
> 

If you're referring to ANSI/ISO standard strtol and strtoul functions,
they're indeed part of Cygwin as they're part of *any* C runtime that
implements ANSI/ISO C standard.

If you do mean strtoll/strtoull (ie., *two* l's at the end), these are
not in any standard I know of. If the two 'l's at the end refer to the 
long long version, those are non-standard and newlib doesn't implement 
it. Newlib maintainers will accept patches of course.

Regards,
Mumit


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

