Use another language to call a function: Difference between revisions

m
(→‎{{header|TXR}}: Deal accurately with buffer.)
Line 1,119:
To accurately deal with this kind of situation accurately, the lower level <code>carray</code> FFI type can be used:
 
<lang txrlisp>;; callback signature is altered to take "carray of char":
<lang txrlisp>
 
;; callback signature is altered to take "carray of char":
(deffi-cb query-cb int ((carray char) (ptr size-t)))
 
543

edits