| ▲ | jjtheblunt 3 hours ago | |
C3 is an embarrassing mess regarding integer types and sizes, missing C99's stdint.h defs, for example. | ||
| ▲ | strenholme 2 hours ago | parent [-] | |
To clarify: C3 has fixed sized ints. Maybe the parent poster doesn’t like their names, but they are fixed sized, as follows:
Source: https://c3-lang.org/language-overview/types/#integer-types | ||