home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d222
/
plplot.lha
/
Plplot
/
src
/
source.zoo
/
pltext.c
< prev
next >
Wrap
C/C++ Source or Header
|
1989-05-15
|
273b
|
16 lines
/* Switches back to text mode */
#include "plplot.h"
void pltext()
{
int dev,term,gra,level;
glev(&level);
if (level < 1) fatal("Please call PLSTAR before calling PLTEXT.");
gdev(&dev,&term,&gra);
if (term != 0) beepw();
grtext();
}