Int and Char

guy at sun.UUCP guy at sun.UUCP
Sun Jul 27 08:15:14 AEST 1986


> For my next question, why doesn't my C compiler accept declarations
> like 'signed char a;' or something like that?

Because it's not an ANSI C compiler.  The ANSI X3J11 draft includes a
"signed char" specification, but AT&T hasn't put one into the 3B20 C
compiler yet (I suspect few, if any, other PCC-based compilers have, either).
-- 
	Guy Harris
	{ihnp4, decvax, seismo, decwrl, ...}!sun!guy
	guy at sun.com (or guy at sun.arpa)



More information about the Comp.lang.c mailing list