Hello,
 
I'm trying to parse ".c" file and extract a given function's definition.
 
Example:
 
void f ()
{
    /* definition of f () */
}
 
I know that the name of the function is "f" and what I want is the
definition of f (), inside the "{" and "}".
Could you tell me if there is a CPAN module that already does it, or
give me a Regex that does it.
 
10x,
Meron
_______________________________________________
Perl mailing list
[email protected]
http://perl.org.il/mailman/listinfo/perl

Reply via email to