Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

tstamp.h

Go to the documentation of this file.
00001 #ifndef TSTAMP_H
00002 #define TSTAMP_H
00003 
00004 /* ==== HEADER tstamp.h ==== */
00005 
00014 /* ANSI C, 29-Sep-1999. Andras Aszodi */
00015 
00016 #ifdef __cplusplus
00017 namespace RazorBack { extern "C" {
00018 #endif
00019 
00020 /* ---- TYPEDEFS ---- */
00021 
00028 typedef enum { TS_UTIME=1, TS_STIME=2, TS_CUTIME=4, TS_CSTIME=8 } TsSelector_;
00029 
00030 /* ---- PROTOTYPES ---- */
00031 
00039 char *time_stamp(void);
00040 
00050 char *greeting(void);
00051 
00060 long julian_date(unsigned int Day, unsigned int Month, int Year);
00061 
00062 /* ---- Timer functions ---- */
00063 
00069 void start_timer(void);
00070 
00076 void stop_timer(void);
00077 
00089 long timer_results(int Sel);
00090 
00099 const char *time_string(long T);
00100 
00101 #ifdef __cplusplus
00102 } }
00103 #endif
00104 
00105 /* ==== END OF HEADER tstamp.h ==== */
00106 #endif /* TSTAMP_H */

Generated at Wed Aug 21 09:33:39 2002 for The Razorback C Library: Miscellaneous Utilities by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001