| |||||||
On-Line Manuals C166 User's Guide | Command PromptTo invoke the C166 Compiler, enter C166 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: C166 sourcefile « directives... » C166 @commandfile Where
The following command line example invokes the C166 Compiler, specifies the source file SAMPLE.C, and uses the DEBUG, CODE, and PREPRINT directives. C166 SAMPLE.C DEBUG CODE PREPRINT The C166 Compiler displays the following information upon successful compilation. C166 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S) | ||||||
| |||||||