declaration of gmtime added
This commit is contained in:
parent
d35a16c30f
commit
fc2e88758f
|
@ -16,6 +16,8 @@ last_sunday(d, t)
|
||||||
return d - (d - first) % 7;
|
return d - (d - first) % 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern struct tm *gmtime();
|
||||||
|
|
||||||
struct tm *
|
struct tm *
|
||||||
localtime(clock)
|
localtime(clock)
|
||||||
long *clock;
|
long *clock;
|
||||||
|
|
Loading…
Reference in a new issue