Call a foreign-language function: Difference between revisions

add cl
(New task + solution)
 
(add cl)
Line 25:
end Test_C_Interface;
</lang>
 
=={header|Common Lisp}}==
 
<lang lisp>(cffi:foreign-funcall :strlen :string "foobie-bletch" :int)</lang>