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 / xfopen-pas.ch < prev    next >
Text File  |  1995-03-23  |  226b  |  18 lines

  1. Changes for XFOPEN-PAS.C by Andreas Scherer, March 23, 1995.
  2.  
  3. @x l.5
  4. #include "config.h"
  5. @y
  6. #include "andyconfig.h"
  7. @z
  8.  
  9. @x l.8
  10. xfopen_pas (name, mode)
  11.   char *name;
  12.   char *mode;
  13. @y
  14. xfopen_pas (
  15.   char *name,
  16.   char *mode)
  17. @z
  18.