home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / star.lzh / star.1 / observe / date.h < prev    next >
Encoding:
Text File  |  1990-03-27  |  712 b   |  33 lines

  1. /*
  2.  * date.h
  3.  * datelib fuction declarations
  4.  *
  5.  * Copyright (c) 1990 by Craig Counterman. All rights reserved.
  6.  *
  7.  * This software may be redistributed freely, not sold.
  8.  * This copyright notice and disclaimer of warranty must remain
  9.  *    unchanged. 
  10.  *
  11.  * No representation is made about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without express or
  13.  * implied warranty, to the extent permitted by applicable law.
  14.  *
  15.  */
  16.  
  17. /*
  18.  * $Header: date.h,v 1.5 90/02/19 17:21:58 ccount Exp $
  19.  */
  20.  
  21.  
  22. void cal_to_jd();
  23. void cal_to_str();
  24. void jd_to_cal();
  25. void jd_to_str();
  26. void str_to_jd();
  27. void str_to_cal();
  28.  
  29. int tr_mname();
  30.  
  31. /* put here for VMS and pure-ANSI systems */
  32. double atof();
  33.