home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_07 / 9n07116b < prev    next >
Text File  |  1991-05-09  |  143b  |  10 lines

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