home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d222 / plplot.lha / Plplot / src / source.zoo / plclr.c < prev    next >
C/C++ Source or Header  |  1989-05-15  |  163b  |  11 lines

  1. #include "plplot.h"
  2.  
  3. void plclr()
  4. {
  5.       int level;
  6.       glev(&level);
  7.       if (level < 1) fatal("Please call PLSTAR before calling PLCLR.");
  8.  
  9.       grclr();
  10. }
  11.