zephyr/lib/libc/minimal/source/stdlib
Patryk Duda 60d03c53e1 libc: minimal: Add 'noreturn' attribute to abort() and exit()
This aligns abort() and exit() definitions with other libc.

Without 'noreturn' attribute, compilers have to assume that we will
return from these functions which can lead to surprising errors like
'error: non-void function does not return a value'.

Signed-off-by: Patryk Duda <patrykd@google.com>
2024-05-06 17:32:17 +01:00
..
atoi.c libc: minimal: Add 'break' to suppress fall-through error in atoi.c 2023-05-31 14:41:25 -04:00
bsearch.c
exit.c libc: minimal: Add 'noreturn' attribute to abort() and exit() 2024-05-06 17:32:17 +01: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