i have a function like "int A(char x)"
i want split the function and export into excel sheet as given below
1st column: filename [filename .cpp]
2nd column: int A(char x) [function protype]
3rd column: int [function return type]
4th column: A [Function name]
5th column: char [arg return type]
6th column: char [arg name]
i want split the function and export into excel sheet as given below
1st column: filename [filename .cpp]
2nd column: int A(char x) [function protype]
3rd column: int [function return type]
4th column: A [Function name]
5th column: char [arg return type]
6th column: char [arg name]
Comment