home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / AmiWeb2C.lha / source / web2c-6.1 / web2c / lib / eofeoln.ch < prev    next >
Text File  |  1995-03-23  |  239b  |  25 lines

  1. Changes for EOFEOLN.C by Andreas Scherer, March 23, 1995.
  2.  
  3. @x l.4
  4. #include "config.h"
  5.  
  6. @y
  7. #include "andyconfig.h"
  8. @z
  9.  
  10. @x l.11
  11. eof (file)
  12.   FILE *file;
  13. @y
  14. eof (
  15.   FILE *file)
  16. @z
  17.  
  18. @x l.33
  19. eoln (file)
  20.   FILE *file;
  21. @y
  22. eoln (
  23.   FILE *file)
  24. @z
  25.