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