Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199909301705.MAA10463@mercury.xraylith.wisc.edu> To: Juergen Schoenwaelder cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: strtoll() and strtoull() In-Reply-To: Your message of "Thu, 30 Sep 1999 16:05:45 +0200." <199909301405 DOT QAA28571 AT henkell DOT ibr DOT cs DOT tu-bs DOT de> Date: Thu, 30 Sep 1999 12:05:36 -0500 From: Mumit Khan Juergen Schoenwaelder 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 AT sourceware DOT cygnus DOT com