aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2014-01-24 14:25:19 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2014-01-24 14:25:19 +0100
commit34af6bec60dc6ee52aba4900f1d2e29734cb5c17 (patch)
tree00db16549853063479325c8993aa20b6309170b2 /include
parentmoved input/output functions to seperate file (diff)
downloadgensvm-34af6bec60dc6ee52aba4900f1d2e29734cb5c17.tar.gz
gensvm-34af6bec60dc6ee52aba4900f1d2e29734cb5c17.zip
move time string function to timer.c
Diffstat (limited to 'include')
-rw-r--r--include/timer.h2
1 files changed, 2 insertions, 0 deletions
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