Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - __time__ compilation time predefined macro http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 __TIME__            Compilation time predefined macro
------------------------------------------------------------------------------
 Syntax
   __TIME__

 Arguments
   None.

 Description
   __TIME__ is a predefined global string literal constant whose
   value contains the system time when compilation of the current source
   module began. The value of __TIME__ is a 8-character string literal in
   the form "HH:MM:SS".

 Example
   #define EXAMPLE_CONSTANT
   #include example.hdr

   proc Test_TIME__
   ? "Compilation time is " + __TIME__
   endproc

   proc main
   Test_TIME__()
   endproc

See Also: __DATE__

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