AW: sizeof?
"Hoehle, Joerg-Cyril" <[email protected]> Tue, 9 Jul 2002 11:10:41 +0200
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Message-ID | <[email protected]> |
Kevin Rosenberg wrote: >However, I can probably support (I need to check CMUCL,LW, and ACL >documentation) returning the size of an object type. Will that >meet your needs? 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 Regards, Jorg Hohle.