Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!crdgw1!ge-dab!tarpit!ucf-cs!ucf-cs.ucf.edu!madhyani From: madhyani@ucf-cs.ucf.edu Newsgroups: comp.lang.c Subject: Re: Pointing pointers at varying types Message-ID: <12600002@ucf-cs.ucf.edu> Date: 2 May 90 21:57:00 GMT References: <7301@crdgw1.crd.ge.com> Lines: 12 Nf-ID: #R:crdgw1.crd.ge.com:-730100:ucf-cs.ucf.edu:12600002:000:348 Nf-From: ucf-cs.ucf.edu!madhyani May 2 17:57:00 1990 /* ---------- "Pointing pointers at varying types " ---------- */ ->My concern is this: on page 44-45 of _C Wizard's Program- ->ming Reference_ by W. David Schwaderer he states: "Con- ->trary to popular understanding, pointer sizes on some ->machines vary by the type of object pointed to. To be on the safe side use '( void * )' . -- Bharat