home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Programming / lynxlib.zoo / dateconv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-17  |  101 b   |  5 lines

  1. /* Different orders for dtoa() */
  2. #define MMDDYY 0x102
  3. #define DDMMYY 0x012
  4. #define YYMMDD 0x210
  5.