Search results

  1. S

    Task of comparing two .c files which has function definitions from other files generated via different sources

    Hello, Here is my plan to compare the function bodys from both files: I am writing a shell script to do the following: - list all .c and .cpp files. - loop through .c and .cpp to extract function definitions only. - store function definitions in separate file named as function_name.c...
Top