libtime++: Date and time calculation

◆ time_mul()

void time_mul ( time_Ts  ,
time_Ts ,
timeint   
)

Definition at line 35 of file ctime_mul.c.

References time_Tu::array.

Referenced by divmultest(), libtime::TRelativeTime::operator*=(), and time_nfit().

36 {
37  time_Tu *u1;
38  time_Tu *u2;
39  extern int time_mul__();
40  u1=(time_Tu *)&Date1;
41  u2=(time_Tu *)Pdate2;
42  time_mul__(&u1->array, &u2->array, &n);
43 } /* time_mul */
integer array[7]
Definition: libtime.h:136
Here is the caller graph for this function: