adddate.c notes adddate was written by Dennis Lovelady in October, 1997. Dennis may be contacted via: http://www.lovelady.com/mailform/ Notes = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = This program optionally uses thread-safe date routines. If you want threadsafe-ness (is that a word?) you'll need to include the libc_r library, as in the following AIX example: cc -o /usr/local/bin/adddate /usr/lib/libc_r.a adddate.c and change the source by un-commenting the #define THREADSAFE statement