sizeof (integral types)

Guy Harris guy at auspex.auspex.com
Sat Apr 22 11:51:12 AEST 1989


>Possibly true of C++ and of pre-ANSI C; however, once the standard is
>approved and compilers start claiming conformance, anybody who claims
>that their compiler conforms but whose compiler doesn't have:
>
>	a "char" type that holds values between -127 and 127;
	...

>is lying.

Make that

	a "signed char" type that holds values between -127 and 127;

Thanks to Tony Hansen for pointing this out.



More information about the Comp.lang.c mailing list