Searched refs:h (Results 1 – 1 of 1) sorted by relevance
58 uint32_t time, s, m, h; in print_ttl() local62 h = time / (60 * 60); in print_ttl()67 printf ("%u:%u:%u\n", h, m, s); in print_ttl()
Completed in 3 milliseconds