home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 315_01 / msc_grph.h < prev    next >
C/C++ Source or Header  |  1990-05-16  |  103b  |  9 lines

  1.  
  2. #ifndef MSC_GRPH_H
  3. #define MSC_GRPH_H
  4.  
  5. int get_adaptor();
  6. void msc_bar(), msc_line();
  7.  
  8. #endif
  9.