7 lines
83 B
C
7 lines
83 B
C
struct timeb {
|
|
time_t time;
|
|
u_short millitm;
|
|
short timezone;
|
|
short dstflag;
|
|
};
|