FLI type descriptor
fli
:signed &optional integer-type
integer-type ::= :byte | :char | :short | :int |
:long | :long :int | :short :int
The type of the signed integer.
:signed type converts between a Lisp integer and a foreign signed integer. The optional integer-type argument specifies other kinds of signed integer types. See Table 6.2 for a comparison between Lisp and C signed types. Lisp type | FLI type | C type |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:unsigned