004 unsigned char tmp[128];
005 unsigned char *PC1,*PC2,*PC3;
006 PC1=tmp;
LCDdisplay.c(6): error: #77-D: this declaration has no storage class or type specifier
LCDdisplay.c(6): error: #147: declaration is incompatible with "unsigned char *PC1" (declared at line 5)
LCDdisplay.c(6): error: #144: a value of type "unsigned char *" cannot be used to initialize an entity of type "int" |