Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

__TIME__ - macro for compilation time

&pagelevel(4)&pagelevel

Syntax         __TIME__

Description  This macro generates the time of compilation of a source file as a string in the form:


"hh:mm:ss\0"

where:

hh

mm

ss

Hours

Minutes

Seconds

Notes

The format of the time information corresponds to the asctime() function.

This macro need not be defined in a header file. Its name is recognized and replaced by the
compiler.

See also

asctime(), __DATE__.