I am interested to know what others there are and to determine for sure if there is an implied null character when ... #define Build_Date __DATE__ strcpy(var,Build_Date); so strcpy knows when to stop copying. I figure there must be. Cheers Justin On 21 February 2010 15:02, Jesse Lackey wrote: > Documented via google search results... they are built into the (all?) C > compiler. Really useful sometimes. I sometimes use them to output the > firmware build date/time on a LCD on power-up for various things. Etc. > > J > > Justin Richards wrote: >> There are some __DATE_ and __TIME__ macros used in example code. >> >> the compiler is C18, and I have searched C18 Library, C18 help and >> C18 getting started help. Where is this stuff documented. >> >> Are there other macros like these. >> >> I am using mplab. >> >> Cheers Justin > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist