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> |
||
|---|---|---|
| .. | ||
| bits | ||
| sys | ||
| assert.h | ||
| ctype.h | ||
| errno.h | ||
| fcntl.h | ||
| inttypes.h | ||
| limits.h | ||
| math.h | ||
| stdbool.h | ||
| stdint.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| strings.h | ||
| time.h | ||