Generate call graphs from C code to visualize function dependencies
Generate call graphs from C code
cflow
$ cflow program.c
$ cflow -T *.c
$ cflow -r program.c