Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>volatile volatile data type modifier</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 volatile                Volatile Data Type Modifier

    This keyword is used in declarations to ensure that the object it
    applies to is not subjected to certain optimizations by the compiler.
    Volatile identifies the object as being outside the control of this
    program, meaning that it may be set and tested asynchronously.  This
    is useful when writing device drivers and interrupt handlers or other
    tasks that map into shared memory. It is now implemented by MS-C.

      Notes:    The volatile keyword is a recent addition to the language
                and is not universally supported by compilers.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson