summaryrefslogtreecommitdiffstats
path: root/sys/libkern/strtoq.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/+133
Urged by: bde
OpenPOWER on IntegriCloud