summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtoll.c
AgeCommit message (Collapse)Author
2005-03-30ansi + de-registerPatrick Latifi
ok otto deraadt
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
rescinded 22 July 1999. Proofed by myself and Theo.
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller
aliases to fake up strtou?q(). espie@ OK.