We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I searched source code for 89S53 and found the followind strange declaration:
bit_8 month=1;
What is "bit_8"? Is it int or char type? I compiled it with no error in Keil. But it does not mention in Keil's help file. Anyone know?
Thanks, pak
"In header file, typedef is used to defined bit_8."
Yes, that is one of the key uses of header files in 'C' programming!