tools.h 152 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 #ifndef TOOLS_H #define TOOLS_H #define DD_TIME_STRING_LEN 17 int set_file_time_coverage (); char * isotime_to_dd_time (char * str_isotime); #endif