summaryrefslogtreecommitdiff
path: root/src/__PREDEFINED_MACROS__/__DATE__.h
blob: 14e40fcba5ec45fb88c4309684d290bc064503c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define __DATE__                                     /** date of compilation **/

/***
is automatically defined by the compiler as the date of program
compilation, in the format DEFINITION("Mmm dd yyyy").
***/

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