1 2 3 4 5 6 7
#ifndef UTIL_H #define UTIL_H void get_time(char *thetime); char *trim(char *str); #endif