home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d222
/
plplot.lha
/
Plplot
/
src
/
source.zoo
/
plytik.c
< prev
next >
Wrap
C/C++ Source or Header
|
1989-05-15
|
200b
|
11 lines
#include "plplot.h"
void plytik(x,y,left,right)
int x, y, left, right;
{
draphy(x,y);
if (left != 0) draphy(x-left,y);
if (right != 0) draphy(x+right,y);
draphy(x,y);
}