PASTOC  : Convert Pascal to C (raw conversion)

Title   : PASTOC
Version : 1.3
Date    : Feb 19, 2000
Author  : J.R. Ferguson, Amsterdam, The Netherlands
Usage   : Refer procedure Help
Download: http://hello.to/ferguson
E-mail  : j.r.ferguson@iname.com


Usage  : PASTOC inpfile [outfile] [/option[...] [...]]
Where  : infile  = [path]progname[.ext]
                   default path     = current directory
                   default .ext     = .PAS
         outfile = [path]progname[.ext]
                   default path     = current directory
                   default progname = same as in inpfile
                   default .ext     = .C

Options: H   Send this help text to (redirected) output.

Remarks: No complete translation. Only meant as a project start.

Distributes files:
  PASTOC.EXE    Executable (LZE compressed)
  PASTOC.PAS    Pascal source file
  PASTOC.TXT    Description (this text)

To compile the sourcefile, you will need some units from the Pascal 
library JRFPAS that can be found at the author's Internet site.

This software may be used and copied without charge, but only for
non-commercial purposes. The author can not be held responsible for any
damage or loss of data that may be caused by the use of this software.


History:
v1.3 Feb 19,2000 - Changed author's Internet address.
v1.2 Dec 02,1996
(No earlier historry data available)
