History log of /netbsd-src/lib/libc/locale/wcstoull.c (Results 1 – 3 of 3)
Revision Date Author Comments
# dafcd17c 10-Mar-2007 hubertf <hubertf@NetBSD.org>

Remove a bunch of unneeded #include <ctype.h>s
From: Slava Semushin <php-coder@altlinux.ru>


# 5e700978 21-Jun-2004 itojun <itojun@NetBSD.org>

fix missing license.


# 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 ...