zephyr/lib/libc/minimal/source/stdlib
Stephanos Ioannidis 2bcb713371 libc: Define Z_LIBC_DATA macro globally
This commit globally defines the `Z_LIBC_DATA` macro, which is used to
place variables into the libc memory partition, so that it can be
re-used.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-06-01 11:03:38 +02:00
..
abort.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
atoi.c lib: add default labels and comments to switch statements 2021-06-04 16:22:23 -05:00
bsearch.c
exit.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
malloc.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
qsort.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
rand.c libc: Define Z_LIBC_DATA macro globally 2022-06-01 11:03:38 +02:00
strtol.c libc: minimal: Add strtol implementation 2022-05-25 14:52:29 +02:00
strtoll.c libc: minimal: Add strtoll implementation 2022-05-25 14:52:29 +02:00
strtoul.c libc: minimal: Add strtoul implementation 2022-05-25 14:52:29 +02:00
strtoull.c libc: minimal: Add strtoull implementation 2022-05-25 14:52:29 +02:00