All Manuals > Foreign Language Interface User Guide and Reference Manual > 2 FLI Types

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).

For an example of interfacing to a void **, see 3.5.2 Allocating a pointer to a pointer to a void.


Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:56