• Scieneer Common Lisp 1.3.9 online documentation

    c-call:with-deported-string (bytes string &optional format start end) &body body[Macro]

    Convert a simple-string string into bytes in the optional format for the extent of the body. Where possible the bytes are allocated on the stack.

  •