libtime++: Date and time calculation
◆
timeutil_clear()
void timeutil_clear
(
timeutil_Ttime
*
td
)
Definition at line
62
of file
timeutil.c
.
References
TIMEUTIL_N_ELEMENTS
.
Referenced by
main()
.
64
{
65
long
int
*ptr;
66
int
i;
67
68
ptr=(
long
int
*)td;
69
for
(i=0; i<
TIMEUTIL_N_ELEMENTS
; i++) {
70
ptr[i]=0;
71
}
72
}
/* timeutil_clear */
TIMEUTIL_N_ELEMENTS
#define TIMEUTIL_N_ELEMENTS
Definition:
timeutil.h:44
Here is the caller graph for this function:
timeutil.c
Generated on Mon Aug 21 2023 17:36:10 for libtime++: Date and time calculation by
1.8.14