home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / imdisp / source / plot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-17  |  515 b   |  18 lines

  1. /****  PLOT.H
  2.  
  3.        Header file for PLOT.H
  4.        Built by A. Warnock, ST Systems Corp., NASA/GSFC 5/90
  5.  
  6. ****/
  7.  
  8. /* * * *  External Function Prototypes * * * */
  9.  
  10. extern void Plot32(long *buf, long miny, long maxy, int len, char * symbol,
  11.                   int color, int zoom);
  12. extern void Plotpair(long xbuf[], long buf[], long minx, long maxx,
  13.                   long miny, long maxy, int len, char * symbol, int color,
  14.                   int zoom);
  15.  
  16. /* * * *  External Global Variables * * * */
  17.  
  18.