summaryrefslogtreecommitdiff
path: root/src/__PREDEFINED_MACROS__/__TIME__.h
blob: 472e42c009ec892099f4b002e21131df1a51fad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define __TIME__                                     /** time of compilation **/

/***
is automatically defined by the compiler as the time of compilation
in the format DEFINITION("hh:mm:ss").
***/

/*
VALUE_TYPE(string literal)
VALUE_FIXED(VAR("time of compilation"))
STDC(1)
*/