From: Alex Henderson
Subject: Conversions to/from pointers in ACL
Date: 
Message-ID: <39d9b616_2@nnrp1.news.uk.psi.net>
I need to know how to get the physical addresses of some primitive types in
ACL (notably 32-bit integers and floats), and how extract them given
addresses.

Many thanks,

A

Context: interfacing foreign c functions. I can't use the :pass-types
argument of defforeign due to externally imposed restrictions, and so
everything must be passed by value.
From: David Bakhash
Subject: Re: Conversions to/from pointers in ACL
Date: 
Message-ID: <m266nahrn6.fsf@cadet.dsl.speakeasy.net>
"Alex Henderson" <··············@programmer.net> writes:

> I need to know how to get the physical addresses of some primitive
> types in ACL (notably 32-bit integers and floats), and how extract
> them given addresses.

See the ftype.htm and maybe the foreign_functions.htm pages that come
with their docs in ${ACL_HOME}/doc/cl/

dave