[TUHS] speaking of early C compilers

Dave Horsfall dave at horsfall.org
Tue Oct 28 01:04:33 AEST 2014


On Mon, 27 Oct 2014, random832 at fastmail.us wrote:

> Is there any reason this is superior to *(int *)0177776 [and e.g.
> #define integ(x) (*(int *)(x))]? Did casting not exist back then?

Type casts?  In a compiler/linker that supported e.g.:

int abort 4;

...

abort();

Thou jests...

-- 
Dave Horsfall (VK2KFU)  "Bliss is a MacBook with a FreeBSD server."
http://www.horsfall.org/spam.html (and check the home page whilst you're there)



More information about the TUHS mailing list