libtime++: Date and time calculation

◆ time_clear()

void time_clear ( time_Ts )

Definition at line 33 of file ctime_clear.c.

References time_Tu::array.

Referenced by main(), normbugtest(), libtime::TRelativeTime::operator%=(), testlibtime(), and time_read().

34 {
35  time_Tu *u;
36  extern int time_clear__();
37  u=(time_Tu *)Pdate;
38  time_clear__(&u->array);
39 } /* time_clear */
integer array[7]
Definition: libtime.h:136
Here is the caller graph for this function: