Time output

This commit is contained in:
James Booth
2012-02-09 00:48:17 +00:00
parent f48d22150d
commit f020ec9c82
5 changed files with 51 additions and 28 deletions

6
util.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef UTIL_H
#define UTIL_H
void get_time(char *thetime);
#endif