Converts between a Lisp fixnum type and a C short type.
fixnum
short
fli
:short &optional integer-type
interger-type ::= :int
integer-type
If specified, must be :int , which associates a Lisp fixnum with a C int .
:int
int
The FLI :short type associates a Lisp fixnum with a C short .
:short
The FLI types :short , (:short :int) , (:signed :short) , and (:signed :short :int) are equivalent.
(:short :int)
(:signed :short)
(:signed :short :int)
:signed