On 19/set/2005, at 18:15, Kenny Tilton wrote:
Is this oddity something that is not covered by the test suite? Or did I miss some new CFFI make-pointer? The CFFI reference chapter on pointers is a little sparse. :)
You can generate a pointer to a given address by using:
(inc-ptr (null-ptr) <address>)
Which is a bit silly. I guess I'll add a new CFFI-SYS primitive:
MAKE-PTR address
And well, why not, PTR-ADDRESS to get the address of the pointer.