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 ....