declaration of gmtime added

This commit is contained in:
ceriel 1987-01-28 17:02:56 +00:00
parent d35a16c30f
commit fc2e88758f

View file

@ -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;