Initial revision

This commit is contained in:
ceriel 1987-02-12 10:56:16 +00:00
parent 1706552f25
commit 71e01b58c0

View file

@ -0,0 +1,6 @@
struct timeb {
time_t time;
u_short millitm;
short timezone;
short dstflag;
};