zephyr/lib/libc/minimal/include
Peter Bigot ee7c9f7fe8 libc: minimal: add INTn_C macros to stdint.h
Macros like INT64_C(x) convert x to a constant integral expression,
i.e. one that can be used in preprocessor code.  Implement wrappers
that use the GNUC intrinsics to perform the translation.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-01-21 14:50:01 -05: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 INTn_C macros to stdint.h 2021-01-21 14:50:01 -05:00
stdio.h lib: libc: minimal: remove outdated comment 2021-01-04 20:39:16 -05:00
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