#
3f9925f7 |
| 11-Mar-2003 |
tshiozak <tshiozak@NetBSD.org> |
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656) - these are defined in C99 (wcsto[ui]max) and SUSv3. - these implementations are written by sigsegv@s25.xrea.com, derived from NetB
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656) - these are defined in C99 (wcsto[ui]max) and SUSv3. - these implementations are written by sigsegv@s25.xrea.com, derived from NetBSD's wcstol/wcstoul. - I just added some comments.
show more ...
|