NextPrevUpTopContentsIndex

2.5 The void type

The FLI provides the :void type for interfacing with the C void type. In accordance with ANSI C, it behaves like an unsigned char . In practice you will probably want to interface with a C void * , for which you should use the FLI construction (:pointer :void) .


LispWorks Foreign Language Interface User Guide and Reference Manual - 14 Mar 2008

NextPrevUpTopContentsIndex