• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D15-Jun-1996670 5030

READMEH A D20-Jul-1996918 2215

binhex.figH A D16-Jun-19963.1 KiB7271

library.ltxH A D01-Mar-2004100 KiB2,2972,000

structure.figH A D06-Jun-19961 KiB2423

td-v1.cH A D06-Jun-1996252 1512

td-v2.cH A D06-Jun-1996977 3834

td-v3.cH A D06-Jun-19961.7 KiB6961

README

1
2This directory contains the documentation of the UUDeview Decoding
3Library programming interface. It is of interest only if you want
4to use the decoding/encoding functions from your own applications,
5and is not intended for users of the ready-made programs.
6
7The documentation is distributed in LaTeX format (requiring LaTeX
8version 2e). You can request Postscript and HTML formatted files
9from the author by email. Please understand that I cannot provide
10printed documentation.
11
12If you have LaTeX 2e installed, just run make to compile the text
13into a DVI file, which can be viewed with xdvi. Run 'make ps' to
14create a printable Postscript document.
15
16Even if you can't read the doc, you can take a look at the sample
17C files (they show the "evolution" of the "Trivial Decoder") to
18see how easy it is to include decoding support into your programs.
19
20                  Frank Pilhofer <fp@informatik.uni-frankfurt.de>
21
22