how has C bitten you?

Michael Meissner meissner at rtp47.UUCP
Thu Aug 15 07:16:40 AEST 1985


In article <860 at turtlevax.UUCP> ken at turtlevax.UUCP (Ken Turkowski) writes:
>
>Some implementations of printf intrepret %E and %G to mean "use 'E'
>rather than 'e'".  Similarly, %X means "use the character set
>[0123456789ABCDEF] rather than [0123456789abcdef] to print hexadecimal
>numbers."  If you want to print out a long using cap hex, you would
>use the format specifier "%lX".
>
>Does anyone know what the proposed ANSI standard says about this?
>
	ANSI requires this behavior (as does system III, V, V.2, IEEE P1003,
	and /usr/group).
--
	Michael Meissner
	Data General
	...{ ihnp4, decvax }!mcnc!rti-sel!rtp47!meissner



More information about the Comp.lang.c mailing list