home *** CD-ROM | disk | FTP | other *** search
/ cs.rhul.ac.uk / www.cs.rhul.ac.uk.zip / www.cs.rhul.ac.uk / pub / rdp / rdp_cs3460.tar / rdp_prnt.h < prev    next >
C/C++ Source or Header  |  1998-05-07  |  726b  |  24 lines

  1. /*******************************************************************************
  2. *
  3. * RDP release 1.50 by Adrian Johnstone (A.Johnstone@rhbnc.ac.uk) 20 December 1997
  4. *
  5. * rdp_prnt.h - rdp output routines
  6. *
  7. * This file may be freely distributed. Please mail improvements to the author.
  8. *
  9. *******************************************************************************/
  10. #ifndef RDP_PRNT_H
  11. #define RDP_PRNT_H
  12.  
  13. extern char * rdp_token_string; 
  14.  
  15. void rdp_dump_extended(void * base); 
  16. void rdp_print_header(char * headerfilename); 
  17. void rdp_make_token_string(void * base); 
  18. void rdp_print_parser(char * outputfilename, void * base); 
  19. void rdp_print_sub_item(struct rdp_data_node * prod, int expand); 
  20.  
  21. #endif
  22.  
  23. /* End of rdp_prnt.h */
  24.