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
ctype.h
errno.h libc: minimal: Add EOVERFLOW 2021-05-17 09:11:15 -04:00
fcntl.h
inttypes.h
limits.h
math.h
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