Questions about C on a Prime (primix)

VLD/VMB gwyn at BRL.ARPA
Mon Mar 24 09:18:25 AEST 1986


Any C implementation that insists on having the high bit set
for normal character (char)s should also treat (char) as
(unsigned char), or else there will be sign-propagation
constants when (char)s are widened to (int).  Otherwise,
this is a permissible (although unusual) implementation choice.



More information about the Comp.lang.c mailing list