about summary refs log blame commit diff stats
path: root/util.h
blob: 76555263c9ea63a8880c708d4c2f1bbe2f181a7d (plain) (tree)
1
2
3
4
5
6
7



                             
                      

      
#ifndef UTIL_H
#define UTIL_H

void get_time(char *thetime);
char *trim(char *str);

#endif