Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!samsung!xanth!talos!kjones From: kjones@talos.uucp (Kyle Jones) Newsgroups: comp.lang.c Subject: how about sizeof(((type *)1)->member) ? Message-ID: <1989Oct27.141015.20578@talos.uucp> Date: 27 Oct 89 14:10:15 GMT References: <7710@microsoft.UUCP> <680011@hpmwjaa.HP.COM> <11404@smoke.BRL.MIL> <10767@csli.Stanford.EDU> <1469@crdos1.crd.ge.COM> Reply-To: kjones@talos.uu.net Lines: 4 If sizeof(((type *)0)->member) is forbidden, then is sizeof(((type *)1)->member) forbidden as well, in pANS conforming programs? The latter has all the functionality of the former and would be a useful alternative.