예제 #1
0
long timer_delta_h(timer_t* t)
{
	return (timer_delta_m(t) / 60);
}
예제 #2
0
long timer_delta_h(timer_s* t)
{
	return timer_delta_m(t) / 60;
}