home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_05 / 9n05115a < prev    next >
Text File  |  1991-03-23  |  139b  |  8 lines

  1. /*
  2.  * xrt.h - cross-reference table interface
  3.  */
  4. void xrt_add(char *w, unsigned n);
  5. void xrt_destroy(void);
  6. void xrt_print(void);
  7.  
  8.