pointer -> long conversion

John Haller jhh at ihldt.UUCP
Wed Jul 11 00:54:39 AEST 1984


There is a definite precedent for considering pointers to be unsigned.
In the Version 6 (Remember that?) C compiler, when the were no unsigned
quantities, (char *) was used where unsigned int's were desired.

		John Haller



More information about the Comp.lang.c mailing list