| ||||||||
Technical Support On-Line Manuals C251 User's Guide | Command PromptTo invoke the C251 Compiler, enter C251 at the command prompt. You must include the name of the C source file to be compiled and any required control directives on the command line. The format for the command line is: C251 sourcefile 〚directives...〛 C251 @commandfile Where
The following command line example invokes the C251 Compiler, specifies the source file SAMPLE.C, and uses the DEBUG, CODE, and PREPRINT directives. C251 SAMPLE.C DEBUG CODE PREPRINT The C251 Compiler displays the following information upon successful compilation. C251 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S) | |||||||
| ||||||||