Converts between a Lisp integer and a foreign signed integer.
keyword
:signed &optional integer-type
integer-type ::= :byte | :char | :short | :int | :long | :long :int | :short :int
integer-type⇩ |
The type of the signed integer. |
The FLI type :signed
converts between a Lisp integer and a foreign signed integer. The optional integer-type argument specifies other kinds of signed integer types. See Table A comparison of Lisp and C signed types for a comparison between Lisp and C signed types.
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:59