libtime++: Date and time calculation

◆ time_setdoy()

void time_setdoy ( timeint  ,
timeint  ,
time_Ts  
)

Definition at line 36 of file ctime_setdoy.c.

References time_Tu::array.

Referenced by main(), libtime::TAbsoluteTime::setdate(), libtime::TAbsoluteTime::setdoy(), testlibtime(), and time_read().

37 {
38  time_Tu *u;
39  extern int time_setdoy__();
40  u=(time_Tu *)Pdate;
41  time_setdoy__(&day, &month, &u->array);
42 } /* time_setdoy */
integer array[7]
Definition: libtime.h:136
Here is the caller graph for this function: