apple
This commit is contained in:
parent
f462256db2
commit
a8ec4910fd
12 changed files with 18 additions and 12 deletions
|
|
@ -144,11 +144,6 @@ void vgoto(double n)
|
|||
vpos = n;
|
||||
}
|
||||
|
||||
double fabs(double x)
|
||||
{
|
||||
return x < 0 ? -x : x;
|
||||
}
|
||||
|
||||
void hvflush(void) /* get to proper point for output */
|
||||
{
|
||||
if (fabs(hpos-htrue) >= 0.0005) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue