Replace datime() with just time().
Also make the 'savetime' value meaningful. This removes a separate library dependency on some systems.
This commit is contained in:
parent
fb8ba08986
commit
d23111daba
4 changed files with 2 additions and 19 deletions
1
advent.h
1
advent.h
|
@ -206,7 +206,6 @@ extern long atdwrf(long);
|
|||
extern long setbit(long);
|
||||
extern bool tstbit(long, int);
|
||||
extern void make_zzword(char*);
|
||||
extern void datime(long*, long*);
|
||||
extern void set_seed(long);
|
||||
extern unsigned long get_next_lcg_value(void);
|
||||
extern long randrange(long);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue