LispWorks Foreign Language Interface User Guide and Reference Manual > 6 Type Reference

NextPrevUpTopContentsIndex

:char

FLI type descriptor
Summary

Converts between a Lisp character type and a C char type.

Syntax

:char

Arguments

None.

Description

The FLI :char type converts between a Lisp character and a C char type.

Notes

If you want an integer on the Lisp side, rather than a character , then you should use (:signed :char) or (:unsigned :char) .

See also

:byte
:signed
:unsigned


LispWorks Foreign Language Interface User Guide and Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex