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

:volatile FLI Type Descriptor

Summary

Corresponds to the C volatile type.

Package

keyword

Syntax

:volatile &optional type

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

The FLI type :volatile 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


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