c51 bug

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

More questions in this forum