You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A ruby script to find out the c code header file dependency. Usage: ruby dep_tree.rb <option> <your/path/to/the/src/code>. Options: -i: Patial tree, ignore some dependencies if already detected.
cd /the/top/of/your/source/code
ruby /the/path/of/dep_tree.rb /path/of/your/c/files
Example:
ruby ../dep_tree.rb -i xxx/my_work.c
About
A ruby script to find out the c code header file dependency. Usage: ruby dep_tree.rb <option> <your/path/to/the/src/code>. Options: -i: Patial tree, ignore some dependencies if already detected.