Hi
I am using eclipse under ubuntu for my work. I am calling a function with specified arguments. It builds correctly but while debugging it stops at the call giving the error as "no source available for function()"
int f1(a1,a2){
//some description here
}
int main (){
//call f1 here....program stops debuggin with the above specified error.
}