pc Version Number
The Pascal Compiler
The name of the Pascal compiler is pc. If you give pc a file name as an
argument, and the file name ends with .p or .pas, pc compiles the file and
leaves the result in an executable file, called a.out by default.
The syntax of this command is:
pc [options] filename
This chapter contains the following sections:
pc Version Number
Compile and Link Sequence
Language Preprocessor
File Name Extensions Accepted By pc
Option-Passing on the Command-Line
Option-Passing in the Program Text
Options
To identify the version number of pc when you compile your program, call the
compiler with the –V option. This option instructs the compiler to produce
output that identifies the versions of all the programs used in compiling, the
compiler itself, the code generator, and so on.
3
page 17
page 18
page 19
page 20
page 21
page 21
page 23
17
Need help?
Do you have a question about the SunSoft Pascal 4.0 and is the answer not in the manual?
Questions and answers