Hi All,

I am trying to write perl code for extract 'C' user defined function from 'diff' format file.
I am using the below keyword to identify the function 'starting pharse' (return value).
I am not familar about 'C'. Please suggest some addtion return type which missing from the below list

$c_start='void|int|signed|unsigned|char|float|double|long|short|extern|static|auto|boolean';

Thanks in advance,
Manimuthu

We don't do your homework for you. Your examples of $c_start are possible return values from C functions. Diff compares two files and outputs the differences between them. What EXACTLY are you trying to do? You say "extract C functions from diff output" basically. Show examples of what you are dealing with, PRECISELY!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.