All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 8 Type Reference

NextPrevUpTopContentsIndex

:long-long

FLI type descriptor
Summary

Converts between a Lisp integer and a signed C long long.

Syntax

:long-long

Arguments

None.

Description

The FLI :long-long type converts between the Lisp integer type and the C long long type.

Notes

This is supported only on platforms where the C long long type is the same size as the C long type.

See also

:long
Integral types


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

NextPrevUpTopContentsIndex