Another pointer size problem
Guido van Rossum
guido at mcvax.UUCP
Sat Feb 25 00:17:55 AEST 1984
Let's stop the whole debate about pointer sizes.
Can't we rely on lint for pointing out nonportable pointer use?
In spite of all the alledged "lint problems" recently found in this group,
it is perfectly capable of doing THAT!
P.S. How ofthen do YOU write
read(fd, &y, sizeof(y));
in programs that are supposed to be portable? I for me prefer using
the standard I/O library.
Guido van Rossum, {philabs,decvax}!mcvax!guido
Centre for Mathematics and Computer Science, (CWI, formerly MC), Amsterdam
"Not afraid of writing it twice"
More information about the Comp.unix.wizards
mailing list