#include "stdio.h" #include "flatfile.h" double c_s_to_r(char *strtime) { int itime[6]; c_s_to_i(itime, strtime); return c_i_to_r(itime); }