Every time I define a function and write its body,for example
Code:
int hello()
{
printf("hello\n"):
}
in anjuta.If I do not type "Tab" key,it appears as follows:
Code:
int hello()
{
printf("hello\n");
}
Anjuta can't auto_ident.And it says that I must install ident utility first,but I
can't find it in my debian etch reposity.
Who can help me ?