-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	FIOLIB is a set of routines to provide access to Microsoft Fortran
	'unformatted' format data.

	This archive contains the basic read function from FIOLIB for
	illustrating how to read a Microsoft Fortran unformatted file.
	It is really a simple-minded operation, but should help explain
	the format.

	Good luck, and I hope this helps somebody!

	P.S. - Sorry about all this copyright stuff, but this is the '90's,
		gotta cover ourselves...

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	Copyright (c) 1993 by David Cook

	Permission to use, copy, and distribute this software and its
	documentation for any purpose with or without fee is hereby granted, 
	provided that the above copyright notice appears in all copies and 
	that both that copyright notice and this permission notice appear 
	in supporting documentation.

	Permission to modify the software is granted, but not the right to
	distribute the modified code.  Modifications are to be distributed 
	as patches to released version.

	This software is provided "as is" without express or implied warranty.

	David Cook
	Dave Cook Consulting
	206-230-0239
	CIS 72124,3725

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
