All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 8 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
Integral types


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

NextPrevUpTopContentsIndex