Converts between a Lisp fixnum type and a C short type.
keyword
:short &optional integer-type
integer-type ::= :int
| integer-type |
The FLI type :short associates a Lisp fixnum with a C short.
The FLI types :short, (:short :int), (:signed :short), and (:signed :short :int) are equivalent.
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:59