This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: strtoll() and strtoull()


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]