Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

pi_tick.c File Reference

#include "PI_Basic.h"
#include "PI_Mach.h"
#include "PI_Mem.h"
#include <time.h>

Go to the source code of this file.

Functions

double MyTickCount (void)
UINT32 TickCount (void)


Function Documentation

double MyTickCount void   ) 
 

UINT32 TickCount void   ) 
 

Definition at line 55 of file w98/lh_open/pi_tick.c.

References NULL, and UINT32.

00056 { 00057 UINT32 timevalue; 00058 timevalue = (UINT32) time(NULL); 00059 return timevalue; 00060 }


Generated on Sat May 15 19:45:09 2004 for test by doxygen 1.3.7