home *** CD-ROM | disk | FTP | other *** search
- /**** PLOT.H
-
- Header file for PLOT.H
- Built by A. Warnock, ST Systems Corp., NASA/GSFC 5/90
-
- ****/
-
- /* * * * External Function Prototypes * * * */
-
- extern void Plot32(long *buf, long miny, long maxy, int len, char * symbol,
- int color, int zoom);
- extern void Plotpair(long xbuf[], long buf[], long minx, long maxx,
- long miny, long maxy, int len, char * symbol, int color,
- int zoom);
-
- /* * * * External Global Variables * * * */
-
-