Skip to content
timer.h 124 B
Newer Older
double csecond(void); /* A function to calculate current time. Use: double x = csecond(); ... y = csecond(); time = y-x; */