Macro: SB-ALIEN:WITH-ALIEN

package type

Establish some local alien variables. Each BINDING is of the form: VAR TYPE [ ALLOCATION ] [ INITIAL-VALUE | EXTERNAL-NAME ] ALLOCATION should be one of: :LOCAL (the default) The alien is allocated on the stack, and has dynamic extent. :EXTERN No alien is allocated, but VAR is established as a local name for the external alien given by EXTERNAL-NAME.

Lambda list

(sb-alien::bindings &body sb-alien::body)