home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2057 / util.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  322 b   |  13 lines

  1. /*
  2.  *    util.h : External defs for callers of misc routines.
  3.  *
  4.  *      George Ferguson (ferguson@cs.rochester.edu), 27 Oct 1990.
  5.  *
  6.  *      $Id: util.h,v 1.1 90/10/28 13:05:16 ferguson Exp $
  7.  *
  8.  */
  9.  
  10. extern int computeDOW(), firstDOW(), lastDay(), nextDay(), prevDay();
  11. extern void getCurrentDate();
  12. extern int parseDate();
  13.