lispdoc - results for with-foreign-string |
(cffi:with-foreign-string (var-or-vars lisp-string &rest args) &body body) | Function: VAR-OR-VARS is not evaluated ans should a list of the form (VAR &OPTIONAL BYTE-SIZE-VAR) or just a VAR symbol. VAR is bound to a foreign string containing LISP-STRING in BODY. When BYTE-SIZE-VAR is specified then bind the C buffer size (including the possible null terminator(s)) to this variable.
|
(cffi:with-foreign-strings bindings &body body) | Function: See WITH-FOREIGN-STRING's documentation.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |