corrected some more

This commit is contained in:
ceriel
1988-07-04 11:44:03 +00:00
parent a693896a67
commit e79e905cdb
3 changed files with 13 additions and 8 deletions

View File

@@ -56,7 +56,6 @@ char *buffer;
}
if( *c=='.') *c=0;
}
strcat(buffer," ");
}
_prfnum(f)
double f;
@@ -68,6 +67,7 @@ double f;
_asschn();
c= buffer;
_str(f,c);
strcat(buffer," ");
_out(buffer);
}
_prstr(str)