• Getting Error c141: Syntax Error near 'void'
    I am getting an error for void main() function.. Please help me. I am using AT89C51.
  • charger.c(174): error C141: syntax error near ''
    this is my source code #include <REG51F.H> sbit sl1=P2^0; sbit sl2=P2^1; sbit sl3=P2^2; sbit led1=P2^3; sbit led2=P2^4; sbit led3=P2^5; sbit Rl1=P1^0; sbit Rl2=P1^1; bit kp1; bit kp2; bit kp3;...
  • error C141: syntax error near 'unsigned'
    hi there, i have struct with the problem.in the multiplexing of the 7-segment display. as i complited the 7-segment display multiplexing. prog.is working properly. but when i moved to the next some advance...
  • error C141: syntax error near 'stTimeStr'
    hi there, i have struct with the problem.I'm writing a code for DS12887,And typedef two structures in the header file.It is normal before writing a function. But now the error C141. I am more confused...