home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / fortran / mslang / fiolib / -readme-.txt next >
Text File  |  1993-07-07  |  1KB  |  38 lines

  1. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  2.  
  3.     FIOLIB is a set of routines to provide access to Microsoft Fortran
  4.     'unformatted' format data.
  5.  
  6.     This archive contains the basic read function from FIOLIB for
  7.     illustrating how to read a Microsoft Fortran unformatted file.
  8.     It is really a simple-minded operation, but should help explain
  9.     the format.
  10.  
  11.     Good luck, and I hope this helps somebody!
  12.  
  13.     P.S. - Sorry about all this copyright stuff, but this is the '90's,
  14.         gotta cover ourselves...
  15.  
  16. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17.  
  18.     Copyright (c) 1993 by David Cook
  19.  
  20.     Permission to use, copy, and distribute this software and its
  21.     documentation for any purpose with or without fee is hereby granted, 
  22.     provided that the above copyright notice appears in all copies and 
  23.     that both that copyright notice and this permission notice appear 
  24.     in supporting documentation.
  25.  
  26.     Permission to modify the software is granted, but not the right to
  27.     distribute the modified code.  Modifications are to be distributed 
  28.     as patches to released version.
  29.  
  30.     This software is provided "as is" without express or implied warranty.
  31.  
  32.     David Cook
  33.     Dave Cook Consulting
  34.     206-230-0239
  35.     CIS 72124,3725
  36.  
  37. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  38.