strtoll() and strtoull()

Mumit Khan khan@nanotech.wisc.EDU
Thu Sep 30 23:42:00 GMT 1999


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



More information about the Cygwin mailing list