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

c51 bug

void abc(void)
{
}
ABC()
{
}
main()
{
abc();
ABC();
}

0