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 lib: add default labels and comments to switch statements 2021-06-04 16:22:23 -05:00
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 license: add missing SPDX headers 2021-02-11 08:05:16 -05:00
strtoll.c libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00
strtoul.c license: add missing SPDX headers 2021-02-11 08:05:16 -05:00
strtoull.c libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00