Listing 4

/*
 * xrt.h - cross-reference table interface
 */
void xrt_add(char *w, unsigned n);
void xrt_print(void);