Pointing pointers at varying types

madhyani at ucf-cs.ucf.edu madhyani at ucf-cs.ucf.edu
Thu May 3 07:57:00 AEST 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



More information about the Comp.lang.c mailing list