All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 8 Type Reference

NextPrevUpTopContentsIndex

:volatile

FLI type descriptor
Summary

Corresponds to the C volatile type.

Syntax

:volatile &optional type

Arguments

type

The type of the volatile. The default is :int.

Description

The FLI :volatile type corresponds to the C++ volatile type. The behavior of a :volatile is exactly the same as the behavior of its type, and it is only included to ease the readability of FLI code and for naming conventions.

See also

:const


LispWorks Foreign Language Interface User Guide and Reference Manual - 29 Sep 2017

NextPrevUpTopContentsIndex