diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/timer.h | 2 |
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 |
