Next Prev Up Top Contents Index

: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 - 14 Dec 2001

Next Prev Up Top Contents Index