aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib/atoi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix errorsMattias Andrée2015-10-171-5/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-101-12/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-101-0/+116
Signed-off-by: Mattias Andrée <maandree@operamail.com>