Corresponds to the C volatile
type.
keyword
:volatile &optional type
type⇩ |
The type of the volatile. The default is :int. |
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.
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:59