zephyr/lib/libc/minimal/source/stdlib
Keith Packard a9c62caab7 lib/libc: Move malloc from minimal to common library
This will (eventually) permit use of a common malloc implementation with
other C libraries, reducing the amount of Zephyr-specific code required
to support each C library.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-04-27 20:17:24 +09:00
..
abort.c libc/minimal: Use CODE_UNREACHABLE in abort() 2023-04-25 06:18:26 -04:00
atoi.c libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
bsearch.c
exit.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
qsort.c
rand.c
strtol.c libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
strtoll.c libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
strtoul.c libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
strtoull.c libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00