



A source file saved after its precompilation can be compiled in the usual way with cc. All compiler options are allowed. -c is the default option for the cc call implicitly made by cpc.
Supporting lint

The shell script cpclint supports the checking of precompiled '*.c' files by lint. The specified <sqlmode> must be identical to the -S option of the precompiler run. The default is ADABAS. All lint options can be specified. The include directory $DBROOT/incl and the lint libraries $DBROOT/lib/llib-lpcr.ln for -S adabas, $DBROOT/lib/llib-lora.ln for -S oracle and $DBROOT/lib/llib-ldb2.ln for -S db2 or -S ansi are set implicitly. Own lint libraries can be specified as '*.ln' files.


