




 
:unsigned &optional integer-type
integer-type ::= :byte | :char | :short | :int |
:long | :long :int | :short :int
The 
:unsigned
 type converts between a Lisp integer and a foreign unsigned integer. The optional 
integer-type
 argument specifies other kinds of unsigned integer types. See Table A comparison of Lisp and C unsigned types for a comparison between Lisp and C unsigned types. 
LispWorks Foreign Language Interface User Guide and Reference Manual - 7 Dec 2011