c51 bug

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

Parents Reply Children
No data
More questions in this forum