"Chas Owens" schreef:
> Dr.Ruud:
>> mihirtr:

>>> I have multiple C/C++ files which I need to go manually and find out
>>> specific function call. I want to check 2nd parameter of this
>>> function
>>> (Function_To_Look_For) and get value of it and store it in local
>>> file
>>
>> I would use (not Perl but) the preprocessor for that.
>
> how?

#define the specific functionname as a macro that builds a specific text
string that includes the 2nd parameter, run the preprocessor, filter the
result.

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to