1#pragma once 2 3#include <math.h> 4 5void sprint_friendly_time(double_t total_seconds, char buffer[256]);