summaryrefslogtreecommitdiff
path: root/sys/libkern/strtoq.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate compiler warning.Archie Cobbs1999-12-011-1/+1
| | | | Notes: svn path=/head/; revision=54006
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-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 Notes: svn path=/head/; revision=53648
* Move strto{u}[ql]() into their own libkern files.Poul-Henning Kamp1999-11-031-0/+133
Urged by: bde Notes: svn path=/head/; revision=52845