recorder/util.h

9 lines
105 B
C
Raw Normal View History

2015-08-22 06:52:39 -07:00
#ifndef _UTIL_H_INCL_
# define _UTIL_H_INCL_
#include <time.h>
const char *isotime(time_t t);
#endif