diff options
Diffstat (limited to 'src/__PREDEFINED_MACROS__/__DATE__.h')
-rw-r--r-- | src/__PREDEFINED_MACROS__/__DATE__.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/__PREDEFINED_MACROS__/__DATE__.h b/src/__PREDEFINED_MACROS__/__DATE__.h new file mode 100644 index 00000000..14e40fcb --- /dev/null +++ b/src/__PREDEFINED_MACROS__/__DATE__.h @@ -0,0 +1,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) +*/ |