 
 
 RTFREADR: Implements an RTF Reader
 
 RTFREADR accompanies the Microsoft(R) Rich Text Format
 (RTF) Specification and is intended to help you create an
 RTF reader for your own application when used in
 conjunction with the RTF specification.
 
 The Microsoft word-processing conversions group uses a
 table-driven approach to reading RTF. This approach allows
 for the most flexibility in reading RTF, but makes it
 difficult to detect incorrect RTF.
 
 RTFREADR is based on the same approach, and works exactly
 as described in the RTF specification. Although this
 reader is simple to understand, it is not very efficient.
 
 RTFREADR was built with Microsoft Visual C++(TM) version
 1.5, and tested under MS-DOS(R) version 6.2.
 
 KEYWORDS: CD11
