delorie.com/archives/browse.cgi | search |
Juergen Schoenwaelder <schoenw AT ibr DOT cs DOT tu-bs DOT 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 AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |