|
|
1.1 ! root 1: .so tmac.ilib ! 2: .TH I-SPLIT 1 "The University of Arizona \- 5/28/83" ! 3: .SH NAME ! 4: i-split \- split Icon program into separate files ! 5: .SH SYNOPSIS ! 6: \f3i-split\fR [\f3\-g\fR file] ! 7: .SH DESCRIPTION ! 8: \fII-split\fR reads an Icon program from standard input and writes ! 9: each procedure to a separate file. The output file names consist of ! 10: the procedure name with \f3.icn\fR appended. ! 11: If the \f3\-g\fR option is specified, any ! 12: global, external, and record declarations ! 13: are written to that file. Otherwise they are written in the file for ! 14: the procedure that immediately follows them. ! 15: .PP ! 16: Comments and white space between declarations are attached to the next ! 17: following declaration. ! 18: .SH LIMITATIONS ! 19: \fII-split\fR only recognizes declarations that start at the beginning ! 20: of lines. ! 21: .PP ! 22: Comments and interline white space between declarations may not come ! 23: out as intended. ! 24: .PP ! 25: If the \f3\-g\fR option is not specified, any global, external, or ! 26: record declarations that follow the last procedure are discarded. ! 27: .SH AUTHOR ! 28: Ralph E. Griswold
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.