Description: writebin is a collection of routines for writing binary files in FORTRAN and C. This directory contains the following files: readme.txt This file licence.txt writebin is licenced under the BSD licence writebin.for FORTRAN writebin routines writebinex1.for A FORTRAN example that uses writebin routines writebin.c C writebin routines writebin.h C header file for the writebin routines writebinex1.c A C example that uses the writebin routines writebin.sln Visual Studio .NET 2003 solution file writebin.vcproj Visual Studio project file Compilation instructions: The FORTRAN files have been compiled successfully with g77 using the following commands: g77 -o writebinex1 writebinex1.for writebin.for The C files have been successfully compiled with Visual C++ .NET 2003. UNIX C compilers and gcc should also compile the readbin file without problems using something like the following: gcc -o writebinex1 writebinex1.c writebin.c ------ Version 1.1: 9 August 2004 Copyright (c) 2004 Scott A. Belmonte