Files
recorder/util.h
2015-08-22 15:52:39 +02:00

9 lines
105 B
C

#ifndef _UTIL_H_INCL_
# define _UTIL_H_INCL_
#include <time.h>
const char *isotime(time_t t);
#endif