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
strtoll.c
strtoul.c
strtoull.c