ARPDAS_QNX6 1.0
tmctime.h
Go to the documentation of this file.
00001 /* tmctime.h defines time functions used in TMC outputs */
00002 
00003 #define NEED_TIME_FUNCS
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 long itime(void);
00010 double dtime(void);
00011 double etime(void);
00012 char *timetext(long int t);
00013 
00014 #ifdef __cplusplus
00015 };
00016 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines