Re: ability to support strtol() from foreign

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Wed, 27 Mar 2002 09:58:10 -0700 (MST)
Newsgroups gmane.lisp.uffi.general
Message-ID <[email protected]>
> It's funny that you mention strtol(), since I also covered it in my
> draft article about FFI design. (I sent you the draft). I feel it's a
> function that's worth *not* supporting. Which doesn't mean that the
> problem of pointer into inner structures (or amid strings) disappears.

Your arguments about why strtol is a poor candidate to interface with Lisp
are well reasoned. With the low level interface, of course, LW ACL and
CMUCL can support it well. (You want to update your documented 
that LW can support this function). However, I think you idea of a wrapper 
is a good direction one as well.

> BTW, feel free to upload my draft article to sourceforge UFFI documentation/ if you wish.

Thanks -- I'll put in on my server (I'm not using sourceforge anymore) and 
put a link to it on the UFFI links page. Please send any updates to me and 
I'll post them as well.

Kevin