zephyr/include/toolchain
Daniel Leung 5ef8db8ac9 xcc: 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 XCC, these are not defined by default, so define
them ourselves.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-02-05 07:45:07 -05:00
..
common.h
gcc.h
mwdt.h
xcc_missing_defs.h
xcc.h xcc: define __INT*_C() and __UINT*_C() 2021-02-05 07:45:07 -05:00
zephyr_stdint.h