#ifndef UTIL_H #define UTIL_H void get_time(char *thetime); char *trim(char *str); #endif