zephyr/lib/libc/minimal/include
Carles Cufi 66c9a8e0f9 lib: libc: minimal: Add macros for fast and least min/max values
The minimal C library already supports the fast and least types via
typedefs, but the corresponding min and max macros were missing. Add
those so that we are compatible with software using them.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-03-09 13:40:58 +01:00
..
sys arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00
assert.h
ctype.h
errno.h
fcntl.h
inttypes.h
limits.h
math.h
stdbool.h
stdint.h lib: libc: minimal: Add macros for fast and least min/max values 2022-03-09 13:40:58 +01:00
stdio.h libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00
stdlib.h libc: minimal: qsort remove callback cast in call of qsort_r 2022-03-09 06:11:40 -05:00
string.h libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00
strings.h libc: add stddef.h to the minimal libc 2022-01-07 12:48:27 -05:00
time.h libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00