recio, Version 2.04, Release October 10, 1994.
Copyright (C) 1994, William Pierpoint.

This zip file contains the following files:

Administrative Information:
README		Introductory remarks
MANIFEST	This file - list of all files
COPYRITE	Copyright notice
HISTORY         History of changes to recio library
WHATSNEW	Latest set of changes

Documentation:
TUTOR.TXT	Tutorial introduction to the recio library
USAGE.TXT	Standard usage guide
SPEC.TXT	Specification
DESIGN.TXT	Design and development notes
TIPS.TXT	Tips and ideas on using recio functions

Test and Example Programs:
DIF.EXE         Locates first difference between files (see TUTOR.TXT)
MKTEST.BAT	Makes all test programs
TEST.BAT        Regression test
TESTCHG.C	Character delimited input test source
TESTCHP.C	Character delimited output test source
TESTCOG.C	Column delimited input test source
TESTCOP.C	Column delimited output test source
TESTCHG.DAT     Baseline input test data for TESTCHG.EXE
TESTCOG.DAT     Baseline input test data for TESTCOG.EXE
TESTCHG.OUT     Baseline output test results from TESTCHG.DAT
TESTCHP.OUT     Baseline output test results from TESTCHP.DAT
TESTCOG.OUT     Baseline output test results from TESTCOG.DAT
TESTCOP.OUT     Baseline output test results from TESTCOP.DAT
TESTCHG.EXE	Program tests character delimited input field functions

Libraries:
RECIOS.LIB	recio small memory model library
RECIOL.LIB	recio large memory model library

Source:
MAKEFILE	Makefile to make recio C library
MKLIBS.BAT      Makes all recio C libraries (all memory models)
RGET.C      	C source for reading records
RPUT.C          C source for writing records
RGETS.C         C source for reading char-delim char and string data
RPUTS.C         C source for writing char-delim char and string data 
RCGET.C		C source for reading col-delim char and string data
RCPUT.C         C source for writing col-delim char and string data
RBGET.C     	C source for reading char-delim integral numbers
RBPUT.C         C source for writing char-delim integral numbers
RCBGET.C	C source for reading col-delim integral numbers
RCBPUT.C        C source for writing col-delim integral numbers
RGETF.C         C source for reading char-delim floating point numbers
RPUTF.C         C source for writing char-delim floating point numbers 
RCGETF.C        C source for reading col-delim floating point numbers 
RCPUTF.C        C source for writing col-delim floating point numbers 
RECIO.C     	C source for all other recio functions
RWARN.C         C source for warning functions
RERR.C          C source for error functions
RMSG.C          C source for simple error message and warning message functions
RFIX.C          C source for functions that fix input data errors
RSTR.C          C source for support string functions
RECIO.H     	C header for recio library
