zephyr/lib/libc/minimal/source/stdlib
Stephanos Ioannidis c96f15ecf3 libc: minimal: Add strtoull implementation
This commit adds the strtoull function implementation that is licensed
BSD-3-Clause, which is an OSI-approved license, with the modifications
necessary for adoption into the Zephyr minimal C library.

Origin: Newlib
License: BSD 3-Clause
URL: git://sourceware.org/git/newlib-cygwin.git
Commit: 9042d0ce65533a26fc3264206db5828d5692332c
Purpose: strtoull function support in the minimal C library

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
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