Integer sizes; storage classes.
gwyn at BRL-VLD.ARPA
gwyn at BRL-VLD.ARPA
Sun Jun 17 12:31:57 AEST 1984
From: Doug Gwyn (VLD/VMB) <gwyn at BRL-VLD.ARPA>
That 6809 C implementation is clearly a "toy" since practically NO
useful existing C program can survive having ints reduced to the range
-128..127.
The "readonly" attribute is a non-standard extension to the language.
The ANSI C committee has come up with the similar but more general
"const" type modifier.
If
extern thing;
thing definition
does not work then that is clearly an incorrect implementation. Out
of curiosity, what 32-bit midicomputer C exhibits this problem?
More information about the Comp.lang.c
mailing list