Next Previous Up Top Contents Index

6 Type Reference

:long

FLI type descriptor

Summary

Converts between a Lispinteger and a Clong.
Package

fli

Syntax

:long &optional integer-type

integer-type ::= :int | :double | :long

Arguments

integer-type

One of:int,:double, or:long.

Description

The FLI:long type converts between the Lispinteger type and the Clong type. See Table 6.1 for comparisons between Lisp and C long types.

Table 6.1 A comparison between Lisp and C long types

Lisp type

FLI type

C type

integer

:long

long

integer

:long :int

long

integer

:long :double

long double

integer

:long :long

long long

See Also

:int
:short

LispWorks Foreign Language Interface - 12 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker