zephyr/lib/libc/minimal/source/stdlib
Paul Sokolovsky 565228516c libc: minimal: Implement abort().
abort() is an important runtime function, oftentimes used to signal
abnormal execution conditions in generic applications. Worse, they
may be used under such circumstances in e.g. compiler support
libraries, in which case lack of implementation of this function
will lead to link error.

Fixes: #29541

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2020-10-28 17:02:16 +01:00
..
abort.c libc: minimal: Implement abort(). 2020-10-28 17:02:16 +01:00
atoi.c
bsearch.c
exit.c libc: minimal: Implement exit()/_exit() functions. 2019-05-23 09:27:59 -04:00
malloc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
strtol.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
strtoul.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00