Eduardo Cavazos
2009-02-28 23:44:14 UTC
Hello,
I've been loading the ffi procedures into the REPL via these expressions:
(r5rs:require 'std-ffi)
(r5rs:require 'foreign-ctools)
(r5rs:require 'foreign-cstructs)
Now I'd like to make a Larceny 'sls' library containing the ffi code.
What's the proper library import form to include the above?
Ed
I've been loading the ffi procedures into the REPL via these expressions:
(r5rs:require 'std-ffi)
(r5rs:require 'foreign-ctools)
(r5rs:require 'foreign-cstructs)
Now I'd like to make a Larceny 'sls' library containing the ffi code.
What's the proper library import form to include the above?
Ed