Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
CL-USER> (let* ((string "Hello World!")
|
||||
(c-string (cffi:foreign-funcall "strdup" :string string :pointer)))
|
||||
(unwind-protect (write-line (cffi:foreign-string-to-lisp c-string))
|
||||
(cffi:foreign-funcall "free" :pointer c-string :void))
|
||||
(values))
|
||||
Hello World!
|
||||
; No value
|
||||
Loading…
Add table
Add a link
Reference in a new issue