timesynk/test/timer.h

10 lines
104 B
C

#include <time.h>
struct PTimer {
long s;
long m;
long n;
};
void getTime(struct PTimer *time);