fxlibc/src/libc/stdlib
Lephenixnoir 3a9a60db78
stdlib: formatting on the strto* functions
* Name the private function __strto_{int,fp} (with leading double
  underscores) to avoid name conflicts
* Fix comments of the wrong style
* Fix missing leading double underscores in stdlib_p.h
2021-05-24 10:07:48 +02:00
..
target/vhex-sh remove unneeded __SUPPORT macros 2021-05-09 22:11:49 +02:00
abs.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
atof.c stdlib: add and test strtod, strtof and atof (DONE) 2021-05-21 23:56:35 +02:00
atoi.c stdlib: add atoi, atol and atoll 2021-05-20 11:35:14 +02:00
atol.c stdlib: add atoi, atol and atoll 2021-05-20 11:35:14 +02:00
atoll.c stdlib: add atoi, atol and atoll 2021-05-20 11:35:14 +02:00
calloc.c update include hierarchy 2021-05-09 17:59:07 +02:00
div.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
labs.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
ldiv.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
llabs.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
lldiv.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
reallocarray.c update include hierarchy 2021-05-09 17:59:07 +02:00
stdlib_p.h stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strto_fp.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strto_int.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtod.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtof.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtol.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtold.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtoll.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtoul.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtoull.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00