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

@@ -9,7 +9,7 @@
Version: $Header$
*/
_absi(i)
absi(i)
{
return i >= 0 ? i : -i;
}