summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/atoll.c
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* Back out errno preservingache2001-12-301-8/+1
|
* Preserve errno.ache2001-12-251-2/+8
| | | | | | | | According to C99: "The functions atof, atoi, atol, and atoll need not affect the value of the integer expression errno on an error. If the value of the result cannot be represented, the behavior is undefined."
* Add atoll(3) to conform POSIX and C99ache2001-11-281-0/+44
OpenPOWER on IntegriCloud