home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Tex29 / StTeXsrc.zoo / src / fmt.h < prev    next >
C/C++ Source or Header  |  1988-03-13  |  304b  |  22 lines

  1.  
  2. /*
  3.  * @(#)fmt.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. global  word_file   fmt_file;
  14.  
  15. global  str format_ident;
  16.  
  17. bool    load_fmt_file();
  18.  
  19. #ifdef INIT
  20. int     store_fmt_file();
  21. #endif
  22.