home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_03 / 9n03119a < prev    next >
Text File  |  1991-01-16  |  116b  |  8 lines

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