aboutsummaryrefslogtreecommitdiff
path: root/util/atoi.c
Commit message (Collapse)AuthorAgeFilesLines
* convert k&R to ansi.Guy-Fleury Iteriteka2022-05-021-3/+1
| | | | Message-Id: <Ym+Of2H8SFEuUw9K@debian>
* util: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-4/+4
|
* Rename kd_atoi into mach_atoiSamuel Thibault2009-11-221-0/+108
* i386/i386at/kd.c: Include <util/atoi.h> (DEFAULT): Remove, replaced by MACH_ATOI_DEFAULT. (kd_parserest): Use mach_atoi instead of kd_atoi and MACH_ATOI_DEFAULT instead of DEFAULT. (kd_atoi): Move and rename function to... * util/atoi.c: ... mach_atoi in new file. * i386/i386at/kd.h (kd_atoi): Move and rename declaration to... * util/atoi.h: ... mach_atoi in new file. * Makefrag.am (libkernel_a_SOURCES): Add util/atoi.c