Re: sizeof?

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Tue, 9 Jul 2002 20:25:32 -0600
Newsgroups gmane.lisp.uffi.general
Message-ID <[email protected]>
On Tue, Jul 09, 2002 at 11:10:41AM +0200, Hoehle, Joerg-Cyril wrote:
> CLISP (so you can add a #+CLISP, even if the rest is missing :)
> [3]> (ffi:sizeof 'ffi:int)
> 
> 4 ;
> 4
> (size and alignment are returned)
> 
> See http://clisp.cons.org/impnotes/dffi.html

Hi Jorg,

Sure, I'll add it! How are things going with getting dynamic loading
of shared library files and low-level allocation?

Kevin