Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!ukc!mucs!zlsiial From: zlsiial@cs.man.ac.uk Newsgroups: comp.lang.c Subject: Re: pointer size (Was: Re: "void **" : Is it valid and what does it mean?) Message-ID: <2590@m1.cs.man.ac.uk> Date: 31 May 91 07:13:47 GMT References: <6001@goanna.cs.rmit.oz.au> <6218@tellab5.tellabs.com> Sender: news@cs.man.ac.uk Reply-To: LeBlanc@uk.ac.mcc (A. V. Le Blanc) Organization: University of Manchester Lines: 10 In a recent posting Joseph Toth (toth@tellabs.com) wrote: > On a single machine, the size of the pointer is based upon the > addressable range of memory, and is always the same _size_. This is not true. I work in C on a large number of machines, and one of them has two different pointer sizes (32 and 48 bits). These access addressable memory in different ways. -- Owen