zephyr/lib/libc/minimal/source/stdlib
Lucian Zala 2fae5e86b8 libc: minimal: strtoll: Remove typo in SPDX-License-Identifier
BSD-3-Clause-UC is not a valid license name and spdx validator
generates a Warning! when detected. Most probably a typo from
old version of strtoll.c licenced as BSD-4-Clause-UC.

see commit: 570ed08

Signed-off-by: Lucian Zala <zala.lucian@gmail.com>
2023-05-11 06:04:30 -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: minimal: strtoll: Remove typo in SPDX-License-Identifier 2023-05-11 06:04:30 -04: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