summaryrefslogtreecommitdiffstats
path: root/sys/libkern/strtol.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate compiler warning.archie1999-12-011-1/+1
|
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-2/+2
| | | | | | | | | | | parameter a char ** instead of a const char **. This make these kernel routines consistent with the corresponding libc userland routines. Which is actually 'correct' is debatable, but consistency and following the spec was deemed more important in this case. Reviewed by (in concept): phk, bde
* Move strto{u}[ql]() into their own libkern files.phk1999-11-031-0/+132
| | | | Urged by: bde
* recording cvs-1.6 file deathpeter1995-12-301-128/+0
|
* Add strtol() to libkern in support of some other work I'm doing.jkh1994-10-251-0/+128
I just know I'm going to get flamed for adding for the miserable abortion that is libkern, but what am I supposed to do? At least I didn't drag in the ctype stuff! :-)
OpenPOWER on IntegriCloud