How to use TASKS Tab Feature.
Posted: Thu Sep 04, 2008 11:33 am
Hi,
I tried using the TASK bar . Inserted few Comments all over my code but couldnt see it in TASK Tab.
Is below code correct.
TIA
regards
Gururaja
I tried using the TASK bar . Inserted few Comments all over my code but couldnt see it in TASK Tab.
Is below code correct.
Code: Select all
/*TODO: need to finetune code*/
int DummyFunc2(int void)
{
printf("In DummyFunc2\n");
}
/*ATTN: need to update code*/
int DummyFunc3(int void)
{
printf("In DummyFunc3\n");
}
regards
Gururaja