home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Tex29 / StTeXsrc.zoo / src / eval.h < prev    next >
Text File  |  1988-03-13  |  372b  |  21 lines

  1.  
  2. /*
  3.  * @(#)eval.h 2.5 EPA
  4.  *
  5.  * Copyright 1987,1988 Pat J Monardo
  6.  *
  7.  * Redistribution of this file is permitted through
  8.  * the specifications in the file COPYING.
  9.  *
  10.  * 
  11.  */
  12.  
  13. int     main_control();
  14. int     app_space();
  15. int     insert_dollar_sign();
  16. int     you_cant();
  17. int     report_illegal_case();
  18. bool    privileged();
  19. int     missing_font();
  20. bool    its_all_over();
  21.