Question: You are tasked with writing a script that will find all the C function given a directory. Your script will have to recursively look through

 You are tasked with writing a script that will find allthe C function given a directory. Your script will have to recursivelylook through the directory and find all.c files and output the functionscontained within them. Given the directory structure: project/ bridge/ mysql_bridge.c postgres_bridge.c entity/

You are tasked with writing a script that will find all the C function given a directory. Your script will have to recursively look through the directory and find all.c files and output the functions contained within them. Given the directory structure: project/ bridge/ mysql_bridge.c postgres_bridge.c entity/ main.c db_adapter.c Your code should retrieve all functions from: *mysql_ bridge.c postgres_bridge.c * main.d * db adapter.c

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!