home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INCLUDE / CSJULIAN.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  687b  |  19 lines

  1. /***********************************************************************
  2.  
  3.                        CSA Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.        Julian date routines.
  7.  
  8.                                            Copyright(c) 1994-1997 
  9.                                                           ComBits 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12. #ifndef __CSJULIAN_H
  13. #define __CSJULIAN_H
  14.  
  15. long cal_julian(int month,int day,int year);
  16. void julian_cal(long julian,int &month,int &day,int &year);
  17.  
  18. #endif
  19.