Crude function hierarchy analysis for C. Bugs: - Naïve parser. - Doesn't handle multiple files. - Doesn't distinguish between static and non-static functions. Usage: python callgraph.py foo.c | dot -Tpng > foo.png