Renaming due to 8 character C compiler limit.

This commit is contained in:
em
1985-01-21 12:37:26 +00:00
parent aef211ad4e
commit 8d02182e12
4 changed files with 9 additions and 9 deletions

View File

@@ -1,17 +1,17 @@
/* $Header $ */
_randomize()
_randomi()
{
int i;
double f;
_setchannel(-1);
_setchan(-1);
printf("Random number seed (-32768 to 32767) ? ");
_readint(&i);
f=i;
_setrandom(f);
_setrand(f);
}
_setrandom(f)
_setrand(f)
double f;
{
int i;