CFORM C-1





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



NAME


cform - build a formfile
       [Requires: C/Base Utilities Module]

SYNOPSIS


cform [ textfile ] formfile

DESCRIPTION


Cform reads lines from the file textfile or the standard input if textfile
is omitted, and builds a new formfile in formfile.  If formfile already
exists, it is replaced by the new formfile.  The formfile created can 
be used by formdef(C-1), form(C-1), or pform(C-1).  This program is 
intended mainly to be used in porting formfiles to different systems.

SEE ALSO


pform(C-1), formdef(C-1), form(C-1).
C/Base Utilities Manual Chapter 6, Transferring C/Base Applications.
 

NOTES


This program is only available with the C/Base Utilities software package.