zephyr/lib/libc/minimal/include
Anas Nashif 43989ca675 libc: add labs() and llabs()
Add support for abs with additional integer types.

This is needed to make LLVM quiet and stop warning about abs being used
with int64_t and such.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-11-19 08:41:56 +01:00
..
bits
sys libc: minimal: Add SPARC support 2020-11-13 14:53:55 -08:00
assert.h
ctype.h
errno.h
fcntl.h
inttypes.h
limits.h
math.h
stdbool.h
stdint.h libc: minimal: add maximum integer typedefs 2020-11-13 06:38:01 -05:00
stdio.h
stdlib.h libc: add labs() and llabs() 2020-11-19 08:41:56 +01:00
string.h libc: add strtok_r implementation 2020-08-18 09:19:58 -07:00
strings.h
time.h