home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 344b.lha / plplot_v2.6 / src / plclr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-01-27  |  160 b   |  12 lines

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