home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bmh02src.zip / PAGER.H < prev    next >
C/C++ Source or Header  |  1992-08-16  |  219b  |  14 lines

  1. /*
  2.    pager.h : Copyright Paul Healy, EI9GL, 1992.
  3.  
  4.    911218: Added this header
  5. */
  6. #ifndef _pager_h_
  7. #define _pager_h_
  8.  
  9. int page_setup(void);
  10. int page_puts(char *s);
  11. int page_file(char *filename);
  12.  
  13. #endif
  14.