00001 #include <p18cxxx.h> 00002 int i,j,k; 00003 00004 int main(void) { 00005 if (i>j) { 00006 k=i+j; 00007 } 00008 return 0; 00009 }