lispdoc - results for foreign-string-to-lisp |
(cffi:foreign-string-to-lisp pointer &key (offset 0) count (max-chars (1- array-total-size-limit)) (encoding *default-foreign-encoding*)) | Function: Copy at most COUNT bytes from POINTER plus OFFSET encoded in ENCODING into a Lisp string and return it. If POINTER is a null pointer, NIL is returned.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |