00001 #include <p18cxxx.h> 00002 unsigned int i; 00003 unsigned long j; 00004 void main(void) { 00005 i++; 00006 j++; 00007 }