zephyr/lib/libc/minimal/include
Peter Bigot dfd26dbbeb libc/minimal/assert: conditionalize static_assert macro
static_assert was not added to C until C11.  Zephyr builds default to
C99.  To preserve compatibility with newlib avoid defining the
macro at standard levels where it did not exist.

Relates to #17738 and #11754.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-09-19 09:37:42 -05:00
..
bits
sys lib/libc/minimal: Refined handle duplicate time definitions 2019-08-09 00:43:09 -07:00
assert.h libc/minimal/assert: conditionalize static_assert macro 2019-09-19 09:37:42 -05:00
ctype.h
errno.h
fcntl.h posix: unistd.h: open() doesn't belong here 2019-07-25 13:50:58 -04:00
inttypes.h
limits.h
stdbool.h
stdint.h
stdio.h
stdlib.h
string.h libc: minimal: add strspn and strcspn support 2019-07-31 09:22:49 -07:00
strings.h
time.h lib/libc: rearrange for standard use of extern "C" 2019-08-19 23:36:59 +02:00