extern int giInc_SNUM; #ifdef INC_CODE int inc_202(int i) { i += 1; return i; } #endif