Re: C programming on ARM



Wilco Dijkstra wrote:

.... snip ...

My point was that the bitpatterns of all pointer types are the
same for all addresses in the address space.

Not necessarily so. void* carries all the information, apart from
the object type. void* bitpattern is identical with the char*
bitpattern, but after that there are no limits.

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.



--
Posted via a free Usenet account from http://www.teranews.com

.