Replace homebrew IABS() with C kubrary labs(3).
This commit is contained in:
parent
1445c7ebcc
commit
4d6078d8a8
5 changed files with 15 additions and 17 deletions
1
advent.h
1
advent.h
|
@ -65,7 +65,6 @@ extern void fSAVEIO(long,long,long*);
|
|||
#define SAVEIO(OP,IN,ARR) fSAVEIO(OP,IN,ARR)
|
||||
extern void DATIME(long*, long*);
|
||||
|
||||
extern long IABS(long);
|
||||
extern long MOD(long,long);
|
||||
|
||||
extern void set_seed(long);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue