Closed dennwc closed 3 years ago
After discussion in https://gitlab.com/cznic/cc/-/issues/126 it's clear that cxgo must define types like size_t, ptrdiff_t, etc.
size_t
ptrdiff_t
Isn’t it already defined in stddef.h?
They are, but the problem is that they actually need to be defined as builtins (without any includes).
After discussion in https://gitlab.com/cznic/cc/-/issues/126 it's clear that cxgo must define types like
size_t
,ptrdiff_t
, etc.