NextPrevUpTopContentsIndex

:void

FLI type descriptor
Summary

Converts between a Lisp object and a C void .

Package

fli

Syntax

:void

Arguments

None.

Description

The FLI :void type converts between a Lisp object and a C void type. It behaves like an unsigned char . The FLI :void type is an object, and not a pointer object. To interface to a C void * use the FLI type (:pointer :void) .

See also

:pointer


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

NextPrevUpTopContentsIndex