4.1.7 /skip, /sk, /nsk, (/noskip)

This qualifier tells KAP to ignore specified routines. For example, the following command tells KAP to process all the program units in the C source file program.c except for temp_sub_ 1 and temp_sub_2 :

kapc program.c /skip=temp_sub_1 /skip=temp_sub_2


Previous Page Next Page Contents Index
Command-Line Qualifiers