-
Notifications
You must be signed in to change notification settings - Fork 0
Simple C source code analyzer
License
tleino/canal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple base for analysing C source code symbols which might be useful in some cases where cscope(1) is not enough. Install ======= Compile and install to $HOME: $ ./configure ~ $ make $ make install Run === Show all function identifiers: $ canal <canal.c Show function identifiers called by main: $ canal follow main <canal.c Recursively follow function identifiers called by main: $ ./follow.sh main
About
Simple C source code analyzer
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published