Replace homebrew IABS() with C kubrary labs(3).

This commit is contained in:
Eric S. Raymond 2017-06-06 09:21:46 -04:00
parent 1445c7ebcc
commit 4d6078d8a8
5 changed files with 15 additions and 17 deletions

View file

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