This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

main function ?

why in Keil compiler we define the main as int rather that void ?

int main (void)

rather than ....

void main (void) ,like in C51

0