declaration of gmtime added
This commit is contained in:
parent
e7e899c528
commit
2ff11c4166
@ -16,6 +16,8 @@ last_sunday(d, t)
|
||||
return d - (d - first) % 7;
|
||||
}
|
||||
|
||||
extern struct tm *gmtime();
|
||||
|
||||
struct tm *
|
||||
localtime(clock)
|
||||
long *clock;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user