All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 7 Function, Macro and Variable Reference

NextPrevUpTopContentsIndex

alloca

Function
Summary

A synonym for allocate-dynamic-foreign-object.

Package

fli

Signature

alloca &key type pointer-type initial-element initial-contents nelems => pointer

Description

The function alloca is a synonym for allocate-dynamic-foreign-object.

See also

allocate-dynamic-foreign-object


LispWorks Foreign Language Interface User Guide and Reference Manual - 29 Sep 2017

NextPrevUpTopContentsIndex