summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtoull.c
AgeCommit message (Expand)Author
2017-07-06The 0x (or 0X) prefix in base 16 is optional so only skip over theTodd C. Miller
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in thePhilip Guenther
2014-09-13Make sure that the following functions return 0 and EINVAL asIngo Schwarze
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2005-08-08zap remaining rcsid.Marc Espie
2005-03-30ansi + de-registerPatrick Latifi
2005-03-02Fix typo that breaks compilation #ifndef __weak_alias; Francois PerradTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller