|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re^3: parsing C functions.by Anonymous Monk |
| on Jun 15, 2009 at 08:36 UTC ( [id://771585]=note: print w/replies, xml ) | Need Help?? |
|
No, its like
int main(){
printf("In - %s%d%s\n",__FILE__,__LINE__,__func__);
....do something here ....
printf("Out -%s%d%s\n",__FILE__,__LINE__,__func__);
return 0;
}
in all the functions in the large code base containing at least 10000 functions like the Linux Kernel source ....
Regards,
Onkar
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||