LispWorks Foreign Language Interface User Guide and Reference Manual > 6 Type Reference

NextPrevUpTopContentsIndex

:int

FLI type descriptor
Summary

Converts between a Lisp integer and a C int type.

Syntax

:int

Arguments

None.

Description

The :int type converts between an Lisp integer and a C int type. It is equivalent to the :signed and (:signed :int) types.

See also

:signed


LispWorks Foreign Language Interface User Guide and Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex