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