NextPrevUpTopContentsIndex

:short

FLI type descriptor
Summary

Converts between a Lisp fixnum type and a C short type.

Package

fli

Syntax

:short &optional integer-type

interger-type ::= :int

Arguments

integer-type

If specified, must be :int , which associates a Lisp fixnum with a C int .

Description

The FLI :short type associates a Lisp fixnum with a C short .

The FLI types :short , (:short :int) , (:signed :short) , and (:signed :short :int) are equivalent.

See also

:int
:signed


LispWorks Foreign Language Interface User Guide and Reference Manual - 13 Sep 2005

NextPrevUpTopContentsIndex