Converts between a Lisp integer and a C long
.
keyword
:long &optional integer-type
integer-type ::= :int | :double | :long
The FLI type :long
converts between the Lisp integer type and the C long
type. See A comparison between Lisp and C long types for comparisons between Lisp and C long types.
Lisp type | FLI type | C type |
---|---|---|
|
| |
|
| |
|
| |
|
|
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:59