zephyr/lib/libc/minimal/source/stdlib
Gerhard Jörges 4fd24a4341 libc: minimal: Add strtoll() and strtoull()
- strtoll() and strtoull() are copies of strtol() and strtoul() with
  types changed to long long instead of long.
- added tests
- added documentation
- removed stubs from civetweb sample

Signed-off-by: Gerhard Jörges <joerges@metratec.com>
2022-03-24 11:03:06 +01:00
..
abort.c
atoi.c
bsearch.c
exit.c
malloc.c libc/minimal: locate the memory pool for malloc() to .bss 2021-09-10 10:59:25 -04:00
qsort.c libc: minimal: qsort remove callback cast in call of qsort_r 2022-03-09 06:11:40 -05:00
rand.c libc: minimal: Add rand() and srand() 2021-07-20 13:32:36 -04:00
strtol.c
strtoll.c libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00
strtoul.c
strtoull.c libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00