home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / h.z / JTIME.H < prev    next >
C/C++ Source or Header  |  1996-07-24  |  530b  |  26 lines

  1. /*
  2.  *  jtime.h     Japanese time functions
  3.  *
  4.  *  Copyright by WATCOM International Corp. 1988-1996.  All rights reserved.
  5.  */
  6. #ifndef _JTIME_H_INCLUDED
  7. #define _JTIME_H_INCLUDED
  8.  
  9. #ifndef _COMDEF_H_INCLUDED
  10.  #include <_comdef.h>
  11. #endif
  12. #ifndef _TIME_H_INCLUDED
  13.  #include <time.h>
  14. #endif
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. _WCRTLINK extern unsigned char   *jasctime( const struct tm *__timeptr );
  20. _WCRTLINK extern unsigned char   *jctime( const time_t *__timer );
  21. #ifdef __cplusplus
  22. };
  23. #endif
  24.  
  25. #endif
  26.