From 34af6bec60dc6ee52aba4900f1d2e29734cb5c17 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 24 Jan 2014 14:25:19 +0100 Subject: move time string function to timer.c --- include/timer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/timer.h') diff --git a/include/timer.h b/include/timer.h index d4d4d23..d4af649 100644 --- a/include/timer.h +++ b/include/timer.h @@ -16,4 +16,6 @@ double elapsed_time(clock_t s_time, clock_t e_time); +void get_time_string(char *buffer); + #endif -- cgit v1.2.3