Definition at line 36 of file ctlibtime.c.
References time_add(), TIME_SLEN, time_sprint(), and time_sub().
Referenced by main(), and testlibtime().
43 printf(
"*** date1: %s\n",
string);
45 printf(
" date2: %s\n",
string);
48 printf(
" date1-date2=date3: %s\n",
string);
51 printf(
" date3+date2=date4: %s\n",
string);
char * time_sprint(time_Ts Date)
void time_add(time_Ts Date1, time_Ts Date2, time_Ts *Pdate3)
void time_sub(time_Ts Date1, time_Ts Date2, time_Ts *Pdate3)