zephyr/lib/libc/minimal/source/stdlib
Stephanos Ioannidis 570ed08221 libc: minimal: Remove incompatibly licensed strtoll function
This commit removes the strtoll function implementation that is
licensed BSD-4-Clause-UC, which is not an OSI-approved license.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-05-25 14:52:29 +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 lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
strtol.c libc: minimal: Add strtol 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 strtoll() and strtoull() 2022-03-24 11:03:06 +01:00