home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3063 / date-strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-15  |  394 b   |  16 lines

  1. /*
  2.  *    date-strings.h: Definitions of global string constants
  3.  *
  4.  *    George Ferguson, ferguson@cs.rochester.edu, 27 Feb 1991.
  5.  *
  6.  *    $Id: date-strings.h,v 2.1 91/02/28 11:21:09 ferguson Exp $
  7.  */
  8. #ifndef DATE_STRINGS_H
  9. #define DATE_STRINGS_H
  10.  
  11. extern char *shortDowStr[7],*longDowStr[7];
  12. extern char *shortMonthStr[12],*longMonthStr[12];
  13. extern void initDateStrings();
  14.  
  15. #endif /* DATE_STRINGS_H */
  16.