zephyr/lib/libc/minimal/include
Vincent Veron 6083939174 lib: add abs function to minimal libc
Add abs function to the minimal libc. This is present in
NEWLIB_LIBC, but adding it here avoid to make a dependency
with NEWLIB_LIBC.

Signed-off-by: Vincent Veron <vincent.veron@st.com>
2018-01-23 10:14:49 -06:00
..
bits libc: minimal: rename private macro 2017-02-04 19:22:07 +00:00
sys libc: minimal: Add empty sys/cdefs.h 2017-06-21 12:35:49 -04:00
assert.h libc: Add support for static_assert 2017-10-25 10:43:38 -07:00
ctype.h libc: Add isalnum() to ctype.h 2017-02-17 20:39:44 +00:00
errno.h libc: add EILSEQ for use in reporting checksum failure. 2018-01-07 14:12:56 -05:00
inttypes.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
limits.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stdbool.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stdint.h libc: minimal: Add typedefs for fast types 2017-10-19 12:16:11 -05:00
stdio.h libc: attribute minimal libc printf style functions with __printf_like 2017-03-02 08:46:30 -06:00
stdlib.h lib: add abs function to minimal libc 2018-01-23 10:14:49 -06:00
string.h libc: minimal: rename private macro 2017-02-04 19:22:07 +00:00
strings.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
time.h libc/include: Adding time.h 2017-02-14 08:30:35 +02:00