On Fri, 2006-01-06 at 03:41 -0800, James Bielman wrote:
> If we added an option syntax to DEFCFUN (I know everyone hates this
> syntax, but it's backwards compatible), we could have something like:
> 
> (defcfun "sprintf" :int
>   :library "msvcrt.dll"
>   (fmt :string)
>   ...)
> 
> Thoughts?

I forget whether define-foreign-library will have a Lisp name, but if
so, it would be nice for :library to accept this as well.  Of course,
CLISP's :library option is unevalled ....

-- 
Stephen Compall
http://scompall.nocandysw.com/blog

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to