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 libc/minimal/assert: conditionalize static_assert macro 2019-09-19 09:37:42 -05:00
ctype.h libc: minimal: Add an implementation of iscntrl() 2021-10-01 11:37:38 +02:00
errno.h libc: minimal: Add EOVERFLOW 2021-05-17 09:11:15 -04:00
fcntl.h lib/posix: Add support for open flags to open(...) 2020-07-30 16:33:18 +02:00
inttypes.h stdint.h: streamline type definitions 2019-06-25 23:29:22 -04:00
limits.h limits.h: streamline value definitions 2019-07-05 10:05:37 -04:00
math.h libc: minimal: Add math macro definition 2021-09-22 06:16:31 -04:00
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