zephyr/lib/libc/minimal/include
Watson Zeng 79fb3b7ccc libc: minimal: mwdt: define __INT*_C() and __UINT*_C()
Our minimal C library makes an alias of UINT*_C() to
be __UINT*_C() and INT*_C() to __INT*_C(). However,
in mwdt, these are not defined by default, so define
them ourselves. We have similar fix for xcc: #31962

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
2021-05-25 12:55:48 -05:00
..
bits
sys ARC: prepare for building for ARCv3 HS6x 2021-05-07 14:55:49 -05:00
assert.h libc/minimal/assert: conditionalize static_assert macro 2019-09-19 09:37:42 -05:00
ctype.h
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
limits.h
math.h lib/libc/min: Introduce simple math.h 2019-09-27 04:30:07 -07:00
stdbool.h
stdint.h libc: minimal: mwdt: define __INT*_C() and __UINT*_C() 2021-05-25 12:55:48 -05:00
stdio.h libc: printf/..: match implementation to declaration 2021-03-29 07:52:42 -04:00
stdlib.h libc: strtol/strtoul: match implementation to declaration 2021-03-29 07:52:42 -04:00
string.h libc: strncat: match implementation to declaration 2021-03-29 07:52:42 -04:00
strings.h
time.h libc: minimal: implement time() API 2021-03-19 09:56:53 -04:00