aboutsummaryrefslogtreecommitdiffstats
path: root/strtoi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tests and man pagesMattias Andrée2023-04-091-3/+42
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-111-1/+1
|
* Add strto[u]{hh,h,z}, strto{i,u}{,8,16,32,64}Mattias Andrée2022-06-101-0/+30
Signed-off-by: Mattias Andrée <maandree@kth.se>