many minor mods: name changes

This commit is contained in:
ceriel
1988-03-23 17:55:57 +00:00
parent e511419efc
commit 5a047b837b
17 changed files with 111 additions and 101 deletions

View File

@@ -10,7 +10,7 @@
*/
#ifndef NOFLOAT
double
_absd(i)
absd(i)
double i;
{
return i >= 0 ? i : -i;