Liste des Groupes | Revenir à cl c |
On 1/8/25 3:20 PM, Keith Thompson wrote:Phillip <nntp@fulltermprivacy.com> writes:>
[...]C89 and C90 are better for 8-bit systems then C99 and newer. Not thatThere were no changes in the sizes of the integer types from C89/C90
you can't do 8-bit on C99 but it's just not designed as well for it
since C99 assumes you've moved on to at least 16-bit.
to
C99, aside from the addition of long long. (And an implementation with
8-bit int would be non-conforming under any edition of the standard,
though it might be useful.)Perhaps some C89/C90 implementations are better for 8-bit systems than>
some C90 implementations?
Yes, this is what I was saying.
Les messages affichés proviennent d'usenet.