zephyr/lib/libc/minimal
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
..
include libc: minimal: mwdt: define __INT*_C() and __UINT*_C() 2021-05-25 12:55:48 -05:00
source libc/minimal: assorted fixes to malloc() and friends 2021-03-31 08:05:37 -04:00
CMakeLists.txt libc: minimal: implement time() API 2021-03-19 09:56:53 -04:00