recio, Version 2.14, Release June 14, 1996.
Copyright (C) 1994-1996, William Pierpoint.

This release 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 source code
PORTABLE	Tips for compiling recio on different compilers
FILE_ID.DIZ     Short description used by some BBS's

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
MKLIBALL.BAT    Makes all recio C libraries (all memory models)
RECIO.H     	C header for recio library
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
RCGETF.C        C source for reading col-delim floating point numbers 
RCGETS.C        C source for reading col-delim char and string data
RCGETT.C        C source for reading col-delim date/time data
RCPUTF.C        C source for writing col-delim floating point numbers 
RCPUTS.C        C source for writing col-delim char and string data
RCPUTT.C        C source for writing col-delim date/time data
RECIO.C     	C source for all other recio functions
REMSG.C         C source for simple error message functions
RERR.C          C source for error functions
RFIX.C          C source for functions that fix input data errors
RGET.C      	C source for reading records
RGETF.C         C source for reading char-delim floating point numbers
RGETS.C         C source for reading char-delim char and string data
RGETT.C         C source for reading char-delim date/time data
RPUT.C          C source for writing records
RPUTF.C         C source for writing char-delim floating point numbers 
RPUTS.C         C source for writing char-delim char and string data 
RPUTT.C         C source for writing char-delim date/time data 
RSTR.C          C source for essential string functions
RSTRDYN.C       C source for dynamic string functions
RSTRSUP.C       C source for supplemental string functions
RWARN.C         C source for warning functions
RWMSG.C         C source for simple warning message functions
