So I was looking at moving minimal libc’s typedef of {u}int32_t to match newlib. It looks all platforms except elfiamcu define:#define __INT32_TYPE__ long int#define __UINT32_TYPE__ long unsigned intWhere elfiamcu defines:#define __INT32_TYPE__ int#define __UINT32_TYPE__ unsigned intSo now I’m at a loss of how we unify things across all our arch’s and toolchains. This seems to lead us down the use of PRI.32 macros.
The new topic will begin with this message. Subject of the new topic:
© 2022 Groups.io