#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